Skip to content

Commit 409e504

Browse files
committed
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>
1 parent 93ac134 commit 409e504

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/integration/smoke/test_snapshots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_01_snapshot_root_disk(self):
196196
account=self.account.name,
197197
domainid=self.account.domainid
198198
)
199+
self.cleanup.append(snapshot)
199200
self.debug("Snapshot created: ID - %s" % snapshot.id)
200201

201202
snapshots = list_snapshots(

0 commit comments

Comments
 (0)