Commit 304fe099 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix self.test_suite_portal?

parent d137f1ce
......@@ -78,7 +78,7 @@ class ScalabilityTestRunner():
"""
We will build slapos software needed by the testnode itself,
"""
if self.test_suite_portal.isValidatedMaster(self.config['test_node_title']):
if self.testnode.test_suite_portal.isValidatedMaster(self.config['test_node_title']):
# software_path_list = []
# software_path_list.append(self.testnode.config.get("software_list"))
# for software_path in software_path_list:
......@@ -98,7 +98,7 @@ class ScalabilityTestRunner():
#software_path_list = _extractSoftwarePathList(software_path_list)
# TODO : extract software paths (ipv6+local suite path+password?) from node_test_suite
test_configuration = self.test_suite_portal.generateConfiguration()
test_configuration = self.testnode.test_suite_portal.generateConfiguration()
self.involved_nodes = test_configuration['involved_nodes']
self.launchable = test_configuration['launchable']
if self.launchable == False:
......
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