fixing indentation problem in test_network.py

This commit is contained in:
SrikanteswaraRao Talluri 2013-11-08 23:38:12 +05:30
parent fdb3b49228
commit 31b439eab6
1 changed files with 1 additions and 1 deletions

View File

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