mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3930 : Add cleanup
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
c847a6d02c
commit
42dd515622
|
|
@ -190,6 +190,7 @@ class TestEnableVPNOverRvR(cloudstackTestCase):
|
|||
admin=True,
|
||||
domainid=self.domain.id
|
||||
)
|
||||
self.cleanup = []
|
||||
self.cleanup.insert(0, self.account)
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue