mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_instances.py, VM should be deleted before deleting the network
This commit is contained in:
parent
07abf7d7c1
commit
97ecd5575c
@ -3310,7 +3310,7 @@ class TestInstances(cloudstackTestCase):
|
|||||||
vm_created,
|
vm_created,
|
||||||
"VM creation failed"
|
"VM creation failed"
|
||||||
)
|
)
|
||||||
self.cleanup.append(vm_created)
|
self.cleanup.insert(-2, vm_created)
|
||||||
# Listing all the VMs for a user again
|
# Listing all the VMs for a user again
|
||||||
list_vms_after = VirtualMachine.list(
|
list_vms_after = VirtualMachine.list(
|
||||||
self.userapiclient,
|
self.userapiclient,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user