Skip to content

Commit 97ecd55

Browse files
author
Girish Shilamkar
committed
CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_instances.py, VM should be deleted before deleting the network
1 parent 07abf7d commit 97ecd55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/component/test_escalations_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3310,7 +3310,7 @@ def test_22_deploy_vm_multiple_networks(self):
33103310
vm_created,
33113311
"VM creation failed"
33123312
)
3313-
self.cleanup.append(vm_created)
3313+
self.cleanup.insert(-2, vm_created)
33143314
# Listing all the VMs for a user again
33153315
list_vms_after = VirtualMachine.list(
33163316
self.userapiclient,

0 commit comments

Comments
 (0)