diff --git a/test/integration/component/test_haproxy.py b/test/integration/component/test_haproxy.py index 6a64fc1d4f9..f6c675b1666 100644 --- a/test/integration/component/test_haproxy.py +++ b/test/integration/component/test_haproxy.py @@ -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)