mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-9529: Cleanup resources after marvin test completes
- Cleans up volumes, snapshots and VM after running test_snapshots Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
93ac134f1e
commit
409e504f6f
@ -196,6 +196,7 @@ class TestSnapshotRootDisk(cloudstackTestCase):
|
|||||||
account=self.account.name,
|
account=self.account.name,
|
||||||
domainid=self.account.domainid
|
domainid=self.account.domainid
|
||||||
)
|
)
|
||||||
|
self.cleanup.append(snapshot)
|
||||||
self.debug("Snapshot created: ID - %s" % snapshot.id)
|
self.debug("Snapshot created: ID - %s" % snapshot.id)
|
||||||
|
|
||||||
snapshots = list_snapshots(
|
snapshots = list_snapshots(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user