Commit 39ea0398 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix

parent dc9eaee6
......@@ -462,11 +462,11 @@ class TaskDistributor(RPCRetry):
self._retryRPC('subscribeNode', (node_title,computer_guid,))
def generateConfiguration(self, test_suite):
def generateConfiguration(self, test_suite_title):
"""
Generates a configguration from a test_suite
Generates a configguration from a test_suite_title
"""
self._retryRPC('generateConfiguration', (test_suite,))
self._retryRPC('generateConfiguration', (test_suite_title,))
class DummyTaskDistributionTool(object):
......
......@@ -94,6 +94,8 @@ 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
self.test_suite_portal.generateConfiguration(node_test_suite)
software_path_list = []
for software_path in software_path_list:
for involved_node in self.involved_nodes:
......
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