From 14fdb5ba4a760bc4428ca6eb06018558262f37be Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 12 Jul 2012 14:03:56 +0530 Subject: [PATCH] Fixing imports to remoteSSHClient for EIP/ELB --- test/integration/component/test_eip_elb.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/integration/component/test_eip_elb.py b/test/integration/component/test_eip_elb.py index aed815ad884..f5d10866f93 100644 --- a/test/integration/component/test_eip_elb.py +++ b/test/integration/component/test_eip_elb.py @@ -310,7 +310,7 @@ class TestEIP(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -454,7 +454,7 @@ class TestEIP(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -653,7 +653,7 @@ class TestEIP(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -867,7 +867,7 @@ class TestEIP(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -1133,7 +1133,7 @@ class TestELB(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -1281,7 +1281,7 @@ class TestELB(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -1385,7 +1385,7 @@ class TestELB(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"], @@ -1557,7 +1557,7 @@ class TestELB(cloudstackTestCase): self.debug("SSH into netscaler: %s" % self.services["netscaler"]["ipaddress"]) try: - ssh_client = remoteSSHClient.remoteSSHClient( + ssh_client = remoteSSHClient( self.services["netscaler"]["ipaddress"], 22, self.services["netscaler"]["username"],