sureshanaparti commented on code in PR #11133: URL: https://github.com/apache/cloudstack/pull/11133#discussion_r2191597393
########## test/integration/smoke/test_network_acl.py: ########## @@ -125,6 +125,32 @@ def test_network_acl(self): self.assertTrue(vm.state == 'Running', "VM is not running") self.debug("VM %s deployed in VPC %s" %(vm.id, vpc.id)) + # 6) Acquire a Public IP, and add Load Balancing Rule + public_ip = PublicIPAddress.create( + self.apiclient, + zoneid=self.zone.id, + accountid=self.account.name, + domainid= self.domain.id, Review Comment: ```suggestion domainid=self.domain.id, ``` -- 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