diff --git a/test/integration/component/test_vpc_network_lbrules.py b/test/integration/component/test_vpc_network_lbrules.py index a1dd19b4134..2712dac2ac3 100644 --- a/test/integration/component/test_vpc_network_lbrules.py +++ b/test/integration/component/test_vpc_network_lbrules.py @@ -481,7 +481,7 @@ class TestVPCNetworkLBRules(cloudstackTestCase): vpcid=self.vpc.id, domainid=self.account.domainid ) - self.debug("Adding virtual machines %s and %s to LB rule" % (vmarray)) + self.debug("Adding virtual machines %s and %s to LB rule" % (vmarray[0], vmarray[1])) lb_rule.assign(self.apiclient, vmarray) return lb_rule