Pearl1594 commented on code in PR #9546: URL: https://github.com/apache/cloudstack/pull/9546#discussion_r1728813949
########## test/integration/component/test_cpu_max_limits.py: ########## @@ -242,8 +242,9 @@ def test_02_deploy_vm_account_limit_reached(self): self.debug("Deploying instance with account: %s" % self.child_do_admin.name) - self.createInstance(account=self.child_do_admin, + self.vm1 = self.createInstance(account=self.child_do_admin, service_off=self.service_offering, api_client=api_client_admin) + self.cleanup.append(self.service_offering) Review Comment: Oh this was a mistake, my bad -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org