yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04055
[Bug 1208911] Re: Ml2AgentSchedulerTestCase is broken
It looks like this is not the problem in the neutron it self
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1208911
Title:
Ml2AgentSchedulerTestCase is broken
Status in OpenStack Neutron (virtual network service):
Invalid
Bug description:
Ml2AgentSchedulerTestCase is broken. The following code causes termination of test runner process which leads to unstable UT results:
def _check_tenant_network_types(self, types):
self.tenant_network_types = []
for network_type in types:
if network_type in self.drivers:
self.tenant_network_types.append(network_type)
else:
LOG.error(_("No type driver for tenant network_type: %s. "
"Service terminated!"),
network_type)
sys.exit(1)
LOG.info(_("Tenant network_types: %s"), self.tenant_network_types)
Recent jenkins check failures consistently show the issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1208911/+subscriptions