Commit 86e543a4 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix self.config->self.testnode.config

parent 304fe099
......@@ -78,7 +78,7 @@ class ScalabilityTestRunner():
"""
We will build slapos software needed by the testnode itself,
"""
if self.testnode.test_suite_portal.isValidatedMaster(self.config['test_node_title']):
if self.testnode.test_suite_portal.isValidatedMaster(self.testnode.config['test_node_title']):
# software_path_list = []
# software_path_list.append(self.testnode.config.get("software_list"))
# for software_path in software_path_list:
......
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