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:
Wilder Rodrigues 2015-10-13 16:13:52 +02:00
parent f35a16c19e
commit 384b6c7cd4

View File

@ -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)