mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-8947 - Fail fast!
- If we canno SSH after 5 retries, it means it's not working. Do not wait for 60 attempts
This commit is contained in:
parent
f35a16c19e
commit
384b6c7cd4
@ -133,7 +133,8 @@ class TestLoadBalance(cloudstackTestCase):
|
||||
ip_addr,
|
||||
self.services['lbrule']["publicport"],
|
||||
self.vm_1.username,
|
||||
self.vm_1.password
|
||||
self.vm_1.password,
|
||||
retries=5
|
||||
)
|
||||
hostnames.append(ssh_1.execute("hostname")[0])
|
||||
self.debug(hostnames)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user