mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Extend wait before retry to states other than 'Starting'
Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com> This closes #514
This commit is contained in:
parent
77508c9d9a
commit
c599f63170
@ -153,7 +153,7 @@ class TestSecStorageServices(cloudstackTestCase):
|
||||
)
|
||||
|
||||
for ssvm in list_ssvm_response:
|
||||
if ssvm.state == 'Starting':
|
||||
if ssvm.state != 'Running':
|
||||
time.sleep(30)
|
||||
continue
|
||||
for ssvm in list_ssvm_response:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user