Commit 0eb4e8a6 authored by Benjamin Blanc's avatar Benjamin Blanc

runScalabilityTestSuite: 100 documents

parent 31ba8109
...@@ -190,6 +190,7 @@ class ScalabilityLauncher(object): ...@@ -190,6 +190,7 @@ class ScalabilityLauncher(object):
'--users-file-path', user_file_path, '--users-file-path', user_file_path,
'--filename-prefix', "%s_%s_" %(LOG_FILE_PREFIX, current_test.title), '--filename-prefix', "%s_%s_" %(LOG_FILE_PREFIX, current_test.title),
'--report-directory', self.__argumentNamespace.log_path, '--report-directory', self.__argumentNamespace.log_path,
'--repeat', '100',
]) ])
except: except:
self.log("Error during tester call.") self.log("Error during tester call.")
......
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