mirror of https://github.com/apache/cloudstack.git
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)
|
||||
|
||||
elif value == "delete":
|
||||
persistent_network_1.delete(self.apiclient)
|
||||
persistent_network_2.delete(self.apiclient)
|
||||
vpc.delete(self.apiclient)
|
||||
vpcs = VPC.list(self.apiclient, id=vpc.id)
|
||||
self.assertEqual(validateList(vpcs)[0], FAIL, "vpc list should be empty, list is %s" % vpcs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue