DaanHoogland commented on code in PR #6661:
URL: https://github.com/apache/cloudstack/pull/6661#discussion_r1053334394


##########
test/integration/plugins/storpool/MigrateVolumeToStorPool.py:
##########
@@ -194,9 +194,12 @@ def setUpCloudStack(cls):
         securitygroup = SecurityGroup.list(cls.apiclient, account = 
cls.account.name, domainid= cls.account.domainid)[0]
         cls.helper.set_securityGroups(cls.apiclient, account = 
cls.account.name, domainid= cls.account.domainid, id = securitygroup.id)
 
+        cls.clusters = cls.helper.getClustersWithStorPool(cls.apiclient, 
cls.zone.id,)
+
         cls.vm = VirtualMachine.create(cls.apiclient,

Review Comment:
   sound good @slavkap . I hope you tried to break that ;) I trust your 
judgement more than the actual mechanism.



-- 
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]

Reply via email to