mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2473: Fix a typo in test_vpc_network.py
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
a8975f9522
commit
1736031fcb
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue