You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/10/24 09:16:21 UTC

[3/6] git commit: updated refs/heads/master to b1c7d4b

CLOUDSTACK-8935 - Do not retry 60 times when we expect the SSH to fail


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

Branch: refs/heads/master
Commit: 3eb6ba0699d1d768c78dee0da960ec0dc0dbf52f
Parents: 5ca32df
Author: Wilder Rodrigues <wr...@schubergphilis.com>
Authored: Fri Oct 23 15:59:03 2015 +0200
Committer: Wilder Rodrigues <wr...@schubergphilis.com>
Committed: Fri Oct 23 15:59:03 2015 +0200

----------------------------------------------------------------------
 test/integration/smoke/test_network.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3eb6ba06/test/integration/smoke/test_network.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py
index 80a0932..05dd67a 100644
--- a/test/integration/smoke/test_network.py
+++ b/test/integration/smoke/test_network.py
@@ -432,7 +432,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
 
@@ -726,7 +728,8 @@ class TestRebootRouter(cloudstackTestCase):
                 self.public_ip.ipaddress.ipaddress,
                 self.services["natrule"]["publicport"],
                 self.vm_1.username,
-                self.vm_1.password
+                self.vm_1.password,
+                retries=5
             )
         except Exception as e:
             self.fail(