← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1317588] [NEW] _network_filter_hook unit test failed in different components

 

Public bug reported:

The unit test, test_network_filter_hook_nonadmin_context, has some wrong assertion at the last line:
self.assertEqual(conditions.__str__(), "%s OR %s" % (txt, txt))

This failed the unit tests of bug 1308958 if something was made on the
function _network_filter_hook.

The other component should test themselves by using the similar
assertion, so they will also fail.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  _network_filter_hook unit test failed in different components

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The unit test, test_network_filter_hook_nonadmin_context, has some wrong assertion at the last line:
  self.assertEqual(conditions.__str__(), "%s OR %s" % (txt, txt))

  This failed the unit tests of bug 1308958 if something was made on the
  function _network_filter_hook.

  The other component should test themselves by using the similar
  assertion, so they will also fail.

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


Follow ups

References