Commit 870f1c76 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix typo

parent 7c461e76
...@@ -145,7 +145,7 @@ class ScalabilityTestRunner(): ...@@ -145,7 +145,7 @@ class ScalabilityTestRunner():
for the end of all software installation.") for the end of all software installation.")
time.sleep(15) time.sleep(15)
# We were wainting for too long time, that's a failure. # We were wainting for too long time, that's a failure.
if self.isRemainingSoftwareToInstall() == False: if self.remainSoftwareToInstall() == True:
return {'status_code' : 1} return {'status_code' : 1}
return {'status_code' : 0} return {'status_code' : 0}
......
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