Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia)
         Status: In Progress

-- 
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:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to