Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/931#discussion_r41971913 --- Diff: test/integration/smoke/test_loadbalance.py --- @@ -371,22 +372,22 @@ def test_02_create_lb_rule_non_nat(self): "Check List Load Balancer instances Rules returns valid VM ID" ) try: - hostnames = [] - self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, hostnames) - self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, hostnames) - self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, hostnames) - self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, hostnames) - self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, hostnames) - - self.debug("Hostnames: %s" % str(hostnames)) + unameResults = [] + self.try_ssh(self.non_src_nat_ip.ipaddress.ipaddress, unameResults) --- End diff -- And, break if unameResults are anything but None
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---