From d92e560f653bfb9cd81adc6e1dbccf36f078fa3f Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 16 Dec 2013 12:47:28 +0530 Subject: [PATCH] CLOUDSTACK-5487: Fixing indentation issues in Portable IP --- test/integration/component/test_portable_ip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_portable_ip.py b/test/integration/component/test_portable_ip.py index dda6555dfb6..b09daf9aa13 100644 --- a/test/integration/component/test_portable_ip.py +++ b/test/integration/component/test_portable_ip.py @@ -809,7 +809,7 @@ class TestAssociatePublicIp(cloudstackTestCase): self.debug("Trying to SSH to ip: %s" % portableip.ipaddress.ipaddress) - SshClient( + SshClient( portableip.ipaddress.ipaddress, self.services['natrule']["publicport"], self.virtual_machine.username, @@ -1534,7 +1534,7 @@ class TestPortableIpTransferAcrossNetworks(cloudstackTestCase): self.debug("Trying to SSH to ip: %s" % portableip.ipaddress.ipaddress) - SshClient( + SshClient( portableip.ipaddress.ipaddress, self.services['natrule']["publicport"], self.virtual_machine2.username,