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:
Gaurav Aradhye 2015-03-25 11:01:58 +05:30 committed by SrikanteswaraRao Talluri
parent dede9d94fe
commit 02d322189d
1 changed files with 2 additions and 2 deletions

View File

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