From 31b439eab6b90a7c14126c8f17c366fe26429fc7 Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Fri, 8 Nov 2013 23:38:12 +0530 Subject: [PATCH] fixing indentation problem in test_network.py --- test/integration/smoke/test_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py index 09d6437cd86..6218f3b8e01 100644 --- a/test/integration/smoke/test_network.py +++ b/test/integration/smoke/test_network.py @@ -460,7 +460,7 @@ class TestPortForwarding(cloudstackTestCase): "SSHing into VM with IP address %s after NAT rule deletion" % self.virtual_machine.ipaddress) - SshClient( + SshClient( src_nat_ip_addr.ipaddress, self.virtual_machine.ssh_port, self.virtual_machine.username,