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 3ded3e9 commit a8e6049Copy full SHA for a8e6049
test/integration/testpaths/testpath_snapshot_hadrning.py
@@ -262,7 +262,6 @@ def setUpClass(cls):
262
cls.testdata["account"],
263
domainid=cls.domain.id
264
)
265
- cls._cleanup.append(cls.account)
266
267
# Create user api client of the account
268
cls.userapiclient = testClient.getUserApiClient(
@@ -327,6 +326,8 @@ def setUpClass(cls):
327
326
mode=cls.zone.networktype
328
329
cls._cleanup.append(cls.vm_ha)
+
330
+ cls._cleanup.append(cls.account)
331
cls.root_volume_ha = list_volumes(
332
cls.userapiclient,
333
virtualmachineid=cls.vm_ha.id,
0 commit comments