mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7331: Fixed issue in test_persistent_networks.py
This commit is contained in:
parent
fee2bfce49
commit
a38bb389b2
@ -1816,6 +1816,8 @@ class TestVPCNetworkOperations(cloudstackTestCase):
|
|||||||
self.fail(exceptionMessage)
|
self.fail(exceptionMessage)
|
||||||
|
|
||||||
elif value == "delete":
|
elif value == "delete":
|
||||||
|
persistent_network_1.delete(self.apiclient)
|
||||||
|
persistent_network_2.delete(self.apiclient)
|
||||||
vpc.delete(self.apiclient)
|
vpc.delete(self.apiclient)
|
||||||
vpcs = VPC.list(self.apiclient, id=vpc.id)
|
vpcs = VPC.list(self.apiclient, id=vpc.id)
|
||||||
self.assertEqual(validateList(vpcs)[0], FAIL, "vpc list should be empty, list is %s" % vpcs)
|
self.assertEqual(validateList(vpcs)[0], FAIL, "vpc list should be empty, list is %s" % vpcs)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user