Commit 60b84440 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Run the tester from benchmark suite directory.

parent ba63cd22
#!/bin/sh
# 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 \
--report-directory %(report_path)s --repeat %(repeat)d %(erp5_url)s %(nb_users)d \
-l %(report_path)s --repeat %(repeat)s %(erp5_url)s %(nb_users)s \
%(benchmark_suites)s
......@@ -10,3 +10,4 @@ develop-eggs-directory = ${buildout:develop-eggs-directory}
recipe = slapos.cookbook:nosqltestbed
scalability_tester_erp5_binary = ${buildout:bin-directory}/scalability_tester_erp5
scalability_tester_manager_binary = ${buildout:bin-directory}/nosqltester_manager
benchmark_suite_path = ${scalability-test-suite:location}
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