mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8344: Fixed SSH failures in test_haproxy.py test suite
This closes #130 Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
dede9d94fe
commit
02d322189d
|
|
@ -325,8 +325,8 @@ class TestHAProxyStickyness(cloudstackTestCase):
|
|||
ssh_1 = SshClient(
|
||||
ip_addr,
|
||||
22,
|
||||
self.services["configurableData"]["host"]["username"],
|
||||
self.services["configurableData"]["host"]["password"]
|
||||
self.virtual_machine.username,
|
||||
self.virtual_machine.password
|
||||
)
|
||||
hostnames.append(ssh_1.execute("hostname")[0])
|
||||
self.debug(hostnames)
|
||||
|
|
|
|||
Loading…
Reference in New Issue