mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-8550: Fixed cleanup issue related to VM
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes #385
This commit is contained in:
parent
f61723dcfb
commit
09abb193a1
@ -356,8 +356,6 @@ class TestSnapshotsHardning(cloudstackTestCase):
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
try:
|
||||
cls.vm.delete(cls.apiclient)
|
||||
cls.vm_ha.delete(cls.apiclient)
|
||||
cleanup_resources(cls.apiclient, cls._cleanup)
|
||||
except Exception as e:
|
||||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user