mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue