We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bb806 commit d1f375fCopy full SHA for d1f375f
test/integration/smoke/test_snapshots.py
@@ -97,6 +97,7 @@ def setUpClass(cls):
97
mode=cls.services["mode"]
98
)
99
100
+ cls._cleanup.append(cls.virtual_machine_with_disk)
101
cls._cleanup.append(cls.service_offering)
102
cls._cleanup.append(cls.account)
103
cls._cleanup.append(cls.disk_offering)
@@ -251,8 +252,6 @@ def test_02_list_snapshots_with_removed_data_store(self):
251
252
253
assert isinstance(clusters,list) and len(clusters)>0
254
- self.cleanup.append(self.virtual_machine_with_disk)
255
-
256
# Attach created volume to vm, then detach it to be able to migrate it
257
self.virtual_machine_with_disk.stop(self.apiclient)
258
self.virtual_machine_with_disk.attach_volume(
0 commit comments