Commit 6ec743cb authored by Benjamin Blanc's avatar Benjamin Blanc

Fix log call

parent 172e023a
......@@ -113,8 +113,9 @@ class ScalabilityTestRunner():
print test_configuration
self.involved_nodes = test_configuration['involved_nodes']
self.launchable = test_configuration['launchable']
if self.launchable == False:
self.log("Test suite %s is not launchable with the current \
self.testnode.log("Test suite %s is not launchable with the current \
cluster configuration." %(node_test_suite.test_suite_title,))
# wich code to return ?
return {'status_code' : 1}
......
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