cleanup the right object list in the right order

This commit is contained in:
dahn 2020-10-21 09:27:43 +02:00 committed by GitHub
parent 0101330213
commit 95816499d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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