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:
pritisarap12 2015-06-11 12:27:51 +05:30 committed by Gaurav Aradhye
parent f61723dcfb
commit 09abb193a1

View File

@ -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)