mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8135: Fixed cleanup issue in test_escalations_instances.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
f938a5e1c3
commit
1ee4188835
|
|
@ -2238,7 +2238,6 @@ class TestInstances(cloudstackTestCase):
|
|||
vm_created,
|
||||
"VM creation failed"
|
||||
)
|
||||
self.cleanup.append(vm_created)
|
||||
# Listing all the VMs for a user again for matching zone
|
||||
list_vms_after = VirtualMachine.list(
|
||||
self.userapiclient,
|
||||
|
|
|
|||
Loading…
Reference in New Issue