mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-8213: Fixed typo in test_lb_secondary_ip.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
8354d4a765
commit
82b6c1377b
@ -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")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user