Commit 80daf097 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix typo

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