mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7353: Fixed issue with list VM in test_projects.py
This commit is contained in:
parent
880bff28e0
commit
bbd1da19d4
|
|
@ -1610,7 +1610,7 @@ class TestProjectSuspendActivate(cloudstackTestCase):
|
|||
self.debug("VM start failed!")
|
||||
|
||||
# Destroy Stopped VM
|
||||
virtual_machine.delete(self.apiclient)
|
||||
virtual_machine.delete(self.apiclient, expunge=False)
|
||||
self.debug("Destroying VM: %s" % virtual_machine.id)
|
||||
|
||||
# Check status of all VMs associated with project
|
||||
|
|
|
|||
Loading…
Reference in New Issue