mirror of https://github.com/apache/cloudstack.git
cleanup the right object list in the right order
This commit is contained in:
parent
0101330213
commit
95816499d8
|
|
@ -66,7 +66,7 @@ class TestVMWareStoragePolicies(cloudstackTestCase):
|
|||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
try:
|
||||
cleanup_resources(cls.apiclient, cls.cleanup)
|
||||
cleanup_resources(cls.apiclient, reverved(cls._cleanup))
|
||||
except Exception as e:
|
||||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue