From 1736031fcbd51bcac29f2bd0feef0018bd27c715 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Tue, 21 May 2013 17:02:58 +0530 Subject: [PATCH] CLOUDSTACK-2473: Fix a typo in test_vpc_network.py Signed-off-by: Prasanna Santhanam --- test/integration/component/test_vpc_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vpc_network.py b/test/integration/component/test_vpc_network.py index dc535851858..c0c393c4ca1 100644 --- a/test/integration/component/test_vpc_network.py +++ b/test/integration/component/test_vpc_network.py @@ -2003,7 +2003,7 @@ class TestVPCNetworkUpgrade(cloudstackTestCase): ) self.debug("Checking if we can SSH into VM using NAT rule?") try: - ssh_3 = vm_3.get_ssh_client( + ssh_3 = vm_1.get_ssh_client( ipaddress=public_ip_3.ipaddress.ipaddress, reconnect=True, port=self.services["natrule"]["publicport"]