CLOUDSTACK-8213: Fixed typo in test_lb_secondary_ip.py

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
Gaurav Aradhye 2015-02-04 22:07:20 -08:00 committed by SrikanteswaraRao Talluri
parent 8354d4a765
commit 82b6c1377b

View File

@ -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")