nova team mailing list archive
-
nova team
-
Mailing list archive
-
Message #00167
test_allocate_deallocate_fixed_ip failing
One of the unit tests is failing for me on trunk now. Is anyone else seeing
this?
Thanks,
Ewan.
[FAIL]: nova.tests.network_unittest.NetworkTestCase.test_allocate_deallocate_fixed_ip
Traceback (most recent call last):
File "/home/ewan/openstack/nova/trunk/nova/tests/network_unittest.py", line 89, in test_allocate_deallocate_fixed_ip
self.assertEqual(True, is_in_project(address, self.projects[0].id))
twisted.trial.unittest.FailTest: not equal:
a = True
b = False
Follow ups