From 82b6c1377b40a14acda7cf9827f0f41f55900166 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 4 Feb 2015 22:07:20 -0800 Subject: [PATCH] CLOUDSTACK-8213: Fixed typo in test_lb_secondary_ip.py Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_lb_secondary_ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_lb_secondary_ip.py b/test/integration/component/test_lb_secondary_ip.py index c76ab2cb757..ecf0985b6fc 100644 --- a/test/integration/component/test_lb_secondary_ip.py +++ b/test/integration/component/test_lb_secondary_ip.py @@ -1897,7 +1897,7 @@ class TestExternalLoadBalancer(cloudstackTestCase): self.virtual_machine.password ) cmd = "ip addr add {0}/24 broadcast {0} dev eth0".format( - self.secondaryip.ipaddress) + secondaryip.ipaddress) sshClient.execute(cmd) sshClient.execute("ip addr show")