mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bump ssh retries to prevent false positives of test_loadbalance
This commit is contained in:
parent
ef115ab1d0
commit
b32c0569c5
@ -134,7 +134,7 @@ class TestLoadBalance(cloudstackTestCase):
|
|||||||
self.services['lbrule']["publicport"],
|
self.services['lbrule']["publicport"],
|
||||||
self.vm_1.username,
|
self.vm_1.username,
|
||||||
self.vm_1.password,
|
self.vm_1.password,
|
||||||
retries=5
|
retries=10
|
||||||
)
|
)
|
||||||
unameCmd.append(ssh_1.execute("uname")[0])
|
unameCmd.append(ssh_1.execute("uname")[0])
|
||||||
self.debug(unameCmd)
|
self.debug(unameCmd)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user