Commit 37f97800 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Prefix the result filename by the computer and computer_partition ID.

parent 60b84440
......@@ -81,6 +81,8 @@ class Recipe(BaseSlapRecipe):
tester_config['tester_address'] = self.getGlobalIPv6Address()
tester_config['report_path'] = self.log_directory
tester_config['filename_prefix'] = '%s-%s' % (self.computer_id,
self.computer_partition_id)
tester_connection = {'url': 'http://%s:5000/' % \
tester_config['tester_address']}
......
......@@ -2,6 +2,6 @@
# BEWARE: This file is operated by slapgrid
# BEWARE: It will be overwritten automatically
cd %(benchmark_suite_path)s \
exec %(scalability_tester_binary)s -m %(host_address)s -a %(tester_address)s -r %(report_path)s \
-l %(report_path)s --repeat %(repeat)s %(erp5_url)s %(nb_users)s \
%(benchmark_suites)s
exec %(scalability_tester_binary)s -m %(host_address)s -a %(tester_address)s \
-r %(report_path)s -l %(report_path)s --filename-prefix %(filename_prefix)s \
--repeat %(repeat)s %(erp5_url)s %(nb_users)s %(benchmark_suites)s
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