← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Kevin Benton (kevinbenton)
         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/1374836

Title:
  Unit tests run multiple times due to inheritance

Status in OpenStack Neutron (virtual network service):
  In Progress

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


Follow ups

References