mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8147: Fixed typo in test case test_redundant_router.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
d0b6234e51
commit
9056e4c3fb
|
|
@ -787,7 +787,7 @@ class TestRVRInternals(cloudstackTestCase):
|
|||
self.apiclient.connection.mgtSvr,
|
||||
22,
|
||||
self.apiclient.connection.user,
|
||||
self.apiclient.connction.passwd,
|
||||
self.apiclient.connection.passwd,
|
||||
backup_router.linklocalip,
|
||||
'ip addr show eth2',
|
||||
hypervisor=self.hypervisor
|
||||
|
|
|
|||
Loading…
Reference in New Issue