mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5487: Fixing indentation issues in Portable IP
This commit is contained in:
parent
e1763151ee
commit
d92e560f65
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue