CLOUDSTACK-2473: Fix a typo in test_vpc_network.py

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Girish Shilamkar 2013-05-21 17:02:58 +05:30 committed by Prasanna Santhanam
parent a8975f9522
commit 1736031fcb
1 changed files with 1 additions and 1 deletions

View File

@ -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"]