diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py index a68584950f1a7bf8fb2a24f69dcb837252cda3c3..ce9de709ca3e2f71a8747ce6762dbbd8c086e9f6 100644 --- a/erp5/util/testnode/ScalabilityTestRunner.py +++ b/erp5/util/testnode/ScalabilityTestRunner.py @@ -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: