Commit 42c88631 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix typo

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