diff --git a/test/integration/smoke/test_storage_policy.py b/test/integration/smoke/test_storage_policy.py index 48982446dfc..c89c14d5d17 100644 --- a/test/integration/smoke/test_storage_policy.py +++ b/test/integration/smoke/test_storage_policy.py @@ -81,7 +81,8 @@ class TestVMWareStoragePolicies(cloudstackTestCase): self.testdata["account"], domainid=self.domain.id ) - self.cleanup = [self.account] + self.cleanup = [] + self.cleanup.append(self.account) return def tearDown(self):