slavkap commented on code in PR #11748:
URL: https://github.com/apache/cloudstack/pull/11748#discussion_r2736364245
##########
test/integration/plugins/storpool/test_snapshot_copy_on_primary_storage.py:
##########
@@ -190,7 +195,7 @@ def
test_03_take_snapshot_multi_pools_delete_single_zone(self):
time.sleep(420)
Snapshot.delete(snapshot, self.userapiclient, self.zone.id)
self.helper.verify_snapshot_copies(self.userapiclient,
self.snapshot_id, [self.additional_zone.id])
- self.cleanup.append(snapshot)
+ self._cleanup.append(snapshot)
Review Comment:
@DaanHoogland, the cleanup is left on purpose for the class because there is
a required time.sleep() and I don't want to delay the tests execution with
invoking it in each test case
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]