Commit eb74a999 authored by Benjamin Blanc's avatar Benjamin Blanc

runScalabilityTestSuite: add benchmark path for testing

parent e788f8dd
......@@ -127,8 +127,8 @@ class ScalabilityLauncher(object):
error_message_set, exit_status = set(), 0
test_suites = 'createPerson createWebPage'
benchmark_path_list = ''
user_file_path = ''
benchmark_path_list = '/opt/slapgrid/0d079fd393801181806cf894bf39aca6/parts/erp5/erp5/util/benchmark/examples'
user_file_path = '/opt/slapgrid/0d079fd393801181806cf894bf39aca6/parts/erp5/erp5/util/benchmark/examples'
while time.time()-start_time < max_time:
current_test = self.getNextTest()
......
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