Commit ccaa2b17 authored by Benjamin Blanc's avatar Benjamin Blanc

Add missing parameter

parent 86e543a4
......@@ -97,8 +97,9 @@ class ScalabilityTestRunner():
# softwares ipv6-url ( created during constructProfile(...) )
#software_path_list = _extractSoftwarePathList(software_path_list)
# TODO : extract software paths (ipv6+local suite path+password?) from node_test_suite
test_configuration = self.testnode.test_suite_portal.generateConfiguration()
test_configuration = self.testnode.test_suite_portal.generateConfiguration(
node_test_suite.test_suite_title)
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