From 97ecd5575c4b408ecb4e08a1b81933bb703b324a Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Tue, 12 Aug 2014 19:28:06 +0530 Subject: [PATCH] CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_instances.py, VM should be deleted before deleting the network --- test/integration/component/test_escalations_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_escalations_instances.py b/test/integration/component/test_escalations_instances.py index c85a7262454..c75faea0a7a 100644 --- a/test/integration/component/test_escalations_instances.py +++ b/test/integration/component/test_escalations_instances.py @@ -3310,7 +3310,7 @@ class TestInstances(cloudstackTestCase): vm_created, "VM creation failed" ) - self.cleanup.append(vm_created) + self.cleanup.insert(-2, vm_created) # Listing all the VMs for a user again list_vms_after = VirtualMachine.list( self.userapiclient,