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

[39/50] git commit: updated refs/heads/4.2 to 86c9363

CLOUDSTACK-4344: pass delay and retries explicitly to remoteSSHclient to reduce time taken by the tests

Signed-off-by: venkataswamybabu budumuru <ve...@citrix.com>


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

Branch: refs/heads/4.2
Commit: 94f741bbf5e025c230172df2977a0986c5b73ec2
Parents: 583279f
Author: SrikanteswaraRao Talluri <ka...@gmail.com>
Authored: Tue Sep 17 15:59:34 2013 +0530
Committer: venkataswamybabu budumuru <ve...@citrix.com>
Committed: Mon Sep 30 12:21:39 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_network.py | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/94f741bb/test/integration/smoke/test_network.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py
index 042ac84..f204595 100644
--- a/test/integration/smoke/test_network.py
+++ b/test/integration/smoke/test_network.py
@@ -464,7 +464,9 @@ class TestPortForwarding(cloudstackTestCase):
                                             src_nat_ip_addr.ipaddress,
                                             self.virtual_machine.ssh_port,
                                             self.virtual_machine.username,
-                                            self.virtual_machine.password
+                                            self.virtual_machine.password,
+                                            retries=2,
+                                            delay=0
                                             )
         return
 
@@ -580,7 +582,9 @@ class TestPortForwarding(cloudstackTestCase):
                                             ip_address.ipaddress.ipaddress,
                                             self.virtual_machine.ssh_port,
                                             self.virtual_machine.username,
-                                            self.virtual_machine.password
+                                            self.virtual_machine.password,
+                                            retries=2,
+                                            delay=0
                                             )
         return
 
@@ -883,7 +887,9 @@ class TestReleaseIP(cloudstackTestCase):
                                     self.ip_addr.ipaddress,
                                     self.services["natrule"]["publicport"],
                                     self.virtual_machine.username,
-                                    self.virtual_machine.password
+                                    self.virtual_machine.password,
+                                    retries=2,
+                                    delay=0
                                     )
         return