We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ac134 commit 409e504Copy full SHA for 409e504
1 file changed
test/integration/smoke/test_snapshots.py
@@ -196,6 +196,7 @@ def test_01_snapshot_root_disk(self):
196
account=self.account.name,
197
domainid=self.account.domainid
198
)
199
+ self.cleanup.append(snapshot)
200
self.debug("Snapshot created: ID - %s" % snapshot.id)
201
202
snapshots = list_snapshots(
0 commit comments