yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73193
[Bug 1769751] Re: flavor data ignored by router tests
Reviewed: https://review.openstack.org/566736
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0dc8e7fbfb368d208e1278a2357b31a3e0a0a595
Submitter: Zuul
Branch: master
commit 0dc8e7fbfb368d208e1278a2357b31a3e0a0a595
Author: Manjeet Singh Bhatia <manjeet.s.bhatia@xxxxxxxxx>
Date: Mon May 7 21:00:01 2018 +0000
Add flavor_id argument to router tests.
As neutron/tests/unit/extensions/test_l3.py is used networking-odl for
functional tests, it ignores flavor data because flavor_id is not
included in hardcoded argument list.
Change-Id: I1826f50233dcf83f991e78d59ce1d3df2bc9013b
Closes-Bug: #1769751
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1769751
Title:
flavor data ignored by router tests
Status in neutron:
Fix Released
Bug description:
as neutron/tests/unit/extensions/test_l3.py is used networking-odl for
functional tests, it ignores flavor data because flavor_id is not
included in hardcoded argument list.
suppose using aforementioned framework some try to create test routers
with self.router(flavor_id=flavor_id) as router:
some code
it will discard the flavor, request will either fallback to driver in neutron or emits error response
saying Flavor None not found.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1769751/+subscriptions
References