mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7437: Fixed snapshot cleanup issue in test_escalations_snapshots.py
This commit is contained in:
parent
a1dc17125b
commit
623205a658
|
|
@ -264,6 +264,7 @@ class TestSnapshots(cloudstackTestCase):
|
|||
snapshot_created,
|
||||
self.userapiclient
|
||||
)
|
||||
self.cleanup.remove(snapshot_created)
|
||||
# Listing all the snapshots in page 2 again
|
||||
list_vol_snaps_page2 = Snapshot.list(
|
||||
self.userapiclient,
|
||||
|
|
|
|||
Loading…
Reference in New Issue