CLOUDSTACK-2473: Fix a typo in test_vpc_network.py Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1736031f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1736031f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1736031f Branch: refs/heads/vmware-datamodel Commit: 1736031fcbd51bcac29f2bd0feef0018bd27c715 Parents: a8975f9 Author: Girish Shilamkar <[email protected]> Authored: Tue May 21 17:02:58 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue May 21 19:28:22 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1736031f/test/integration/component/test_vpc_network.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_network.py b/test/integration/component/test_vpc_network.py index dc53585..c0c393c 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"]
