Lots of test fixing

This commit is contained in:
Vishvananda Ishaya
2011-02-22 23:21:01 -08:00
parent e329f0ba6c
commit e044c1b2a2
4 changed files with 26 additions and 58 deletions

View File

@@ -117,6 +117,9 @@ class NetworkTestCase(test.TestCase):
utils.to_global_ipv6(
network_ref['cidr_v6'],
instance_ref['mac_address']))
self._deallocate_address(0, address)
db.instance_destroy(context.get_admin_context(),
instance_ref['id'])
def test_public_network_association(self):
"""Makes sure that we can allocaate a public ip"""