CLOUDSTACK-5487: Fixing indentation issues in Portable IP

This commit is contained in:
Gaurav Aradhye 2013-12-16 12:47:28 +05:30 committed by Girish Shilamkar
parent e1763151ee
commit d92e560f65
1 changed files with 2 additions and 2 deletions

View File

@ -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,