You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2015/03/30 07:40:46 UTC

git commit: updated refs/heads/master to 02d3221

Repository: cloudstack
Updated Branches:
  refs/heads/master dede9d94f -> 02d322189


CLOUDSTACK-8344: Fixed SSH failures in test_haproxy.py test suite
This closes #130
Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/02d32218
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/02d32218
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/02d32218

Branch: refs/heads/master
Commit: 02d322189de30983ed63869040fe177f95a5a330
Parents: dede9d9
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed Mar 25 11:01:58 2015 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Mon Mar 30 11:09:53 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_haproxy.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/02d32218/test/integration/component/test_haproxy.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_haproxy.py b/test/integration/component/test_haproxy.py
index 6a64fc1..f6c675b 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)