From ff0f7389739b4792613d1c8da6326affd2c1e5f8 Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Tue, 17 Sep 2013 15:59:34 +0530 Subject: [PATCH] CLOUDSTACK-4344: pass delay and retries explicitly to remoteSSHclient to reduce time taken by the tests Signed-off-by: venkataswamybabu budumuru (cherry picked from commit 94f741bbf5e025c230172df2977a0986c5b73ec2) --- test/integration/smoke/test_network.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py index 042ac84ae53..f2045959697 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