Commit eff94370 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability/runScalabilityTestSuite: use new format to specify multi benchmark suite

parent dcc76033
...@@ -336,7 +336,7 @@ class ScalabilityLauncher(object): ...@@ -336,7 +336,7 @@ class ScalabilityLauncher(object):
self.__argumentNamespace.erp5_url, self.__argumentNamespace.erp5_url,
str(user_number), str(user_number),
' '.join(test_suites), ' '.join(test_suites),
'--benchmark-path-list', benchmark_path_list, '--benchmark-path-list', '"'+benchmark_path_list+'"',
'--users-file-path', user_file_path, '--users-file-path', user_file_path,
'--users-file', user_file, '--users-file', user_file,
'--filename-prefix', "%s_%s_" %(LOG_FILE_PREFIX, current_test.title), '--filename-prefix', "%s_%s_" %(LOG_FILE_PREFIX, current_test.title),
......
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