Commit eed3e301 authored by Nicolas Wavrant's avatar Nicolas Wavrant

test

parent e7797ae6
......@@ -162,7 +162,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
except:
return -1
status = getSRStatus()
status = -1
while limit > 0 and status != '1':
status = getSRStatus()
limit -= 1
......@@ -276,7 +276,6 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
old_parameter_value=old_slaprunner_backend_url,
force_new=True,
)
self._login()
self._waitForSoftwareBuild()
time.sleep(15)
new_data = self._retrieveInstanceLogFile()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment