@@ -807,13 +807,11 @@ def test_associate_ip_address_services_enable_disable(self):
807807 try :
808808
809809 self .debug ("Trying to SSH to ip: %s" % portableip .ipaddress .ipaddress )
810-
811- SshClient (
812- portableip .ipaddress .ipaddress ,
813- self .services ['natrule' ]["publicport" ],
814- self .virtual_machine .username ,
815- self .virtual_machine .password
816- )
810+ SshClient (portableip .ipaddress .ipaddress ,
811+ self .services ['natrule' ]["publicport" ],
812+ self .virtual_machine .username ,
813+ self .virtual_machine .password
814+ )
817815 except Exception as e :
818816 self .fail ("Exception while SSHing : %s" % e )
819817
@@ -1532,13 +1530,11 @@ def test_list_portable_ip_range_non_root_admin(self):
15321530 try :
15331531
15341532 self .debug ("Trying to SSH to ip: %s" % portableip .ipaddress .ipaddress )
1535-
1536- SshClient (
1537- portableip .ipaddress .ipaddress ,
1538- self .services ['natrule' ]["publicport" ],
1539- self .virtual_machine2 .username ,
1540- self .virtual_machine2 .password
1541- )
1533+ SshClient (portableip .ipaddress .ipaddress ,
1534+ self .services ['natrule' ]["publicport" ],
1535+ self .virtual_machine2 .username ,
1536+ self .virtual_machine2 .password
1537+ )
15421538 except Exception as e :
15431539 self .fail ("Exception while SSHing : %s" % e )
15441540
0 commit comments