You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2013/11/08 19:10:26 UTC

git commit: updated refs/heads/master to 31b439e

Updated Branches:
  refs/heads/master fdb3b4922 -> 31b439eab


fixing indentation problem in test_network.py


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/31b439ea
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/31b439ea
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/31b439ea

Branch: refs/heads/master
Commit: 31b439eab6b90a7c14126c8f17c366fe26429fc7
Parents: fdb3b49
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Fri Nov 8 23:38:12 2013 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Fri Nov 8 23:40:06 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/31b439ea/test/integration/smoke/test_network.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py
index 09d6437..6218f3b 100644
--- a/test/integration/smoke/test_network.py
+++ b/test/integration/smoke/test_network.py
@@ -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,