← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1374836] Re: Unit tests run multiple times due to inheritance

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => kilo-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1374836

Title:
  Unit tests run multiple times due to inheritance

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  There are several cases in the unit test code where a unit test is
  executed multiple times with no difference to the configuration. The
  root cause of this is usually a test defined in a base test case that
  is mixed into several other test cases. Another major cause is having
  a test case that inherits from the l3nat router test case and another
  that inherits from the extraroute test case, which already inherits
  from the l3nat test case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1374836/+subscriptions


References