registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #08884
[Bug 608772] [NEW] Failure in NetworkTestCase for range_allocation and
Public bug reported:
On trunk, these have been appearing consistently:
===============================================================================
[FAIL]: nova.tests.network_unittest.NetworkTestCase.test_allocate_deallocate_ip
Traceback (most recent call last):
File "/home/jpipes/repos/nova/working/nova/tests/network_unittest.py", line 79, in test_allocate_deallocate_ip
self.assertEqual(False, is_in_project(address, "project0"))
twisted.trial.unittest.FailTest: not equal:
a = False
b = True
===============================================================================
[FAIL]: nova.tests.network_unittest.NetworkTestCase.test_range_allocation
Traceback (most recent call last):
File "/home/jpipes/repos/nova/working/nova/tests/network_unittest.py", line 103, in test_range_allocation
self.assertEqual(False, is_in_project(address, "project0"))
twisted.trial.unittest.FailTest: not equal:
a = False
b = True
-------------------------------------------------------------------------------
Ran 80 tests in 24.274s
FAILED (failures=2, successes=78)
Assigning to myself...I'll try and track down the fix...
** Affects: nova
Importance: Undecided
Assignee: Jay Pipes (jaypipes)
Status: New
** Tags: tests
--
Failure in NetworkTestCase for range_allocation and
https://bugs.launchpad.net/bugs/608772
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.
Follow ups
References