mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
object creation seperated from filling it
This commit is contained in:
parent
95816499d8
commit
6db6660a0c
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user