Commit b40d6c46 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix tester command lines.

parent c9eba1be
......@@ -24,6 +24,8 @@
#
##############################################################################
import os
import pkg_resources
from slapos.recipe.librecipe import BaseSlapRecipe
class Recipe(BaseSlapRecipe):
......@@ -56,7 +58,7 @@ class Recipe(BaseSlapRecipe):
config['plugin_name'] = 'erp5'
connection = {}
connection['url'] = 'http://["+config['address']+"]:5000/'
connection['url'] = 'http://['+config['address']+']:5000/'
connection['erp5_url'] = config['erp5_url']
connection['repeat'] = config['repeat']
connection['nb_users'] = config['nb_users']
......
#!/bin/sh
# BEWARE: This file is operated by slapgrid
# BEWARE: It will be overwritten automatically
exec %(nosqltester_manager_binary)s -a %(address)s -r %(report_path)s -s %(nb_server_max)s -t %(nb_tester_max)s %(software_release_url)s %(server_url)s "%(key_file)s" "%(cert_file)s" %(computer_id)s %(computer_partition_id)s %(plugin_name)s %(nb_thread)s %(nb_request)s
exec %(scalability_tester_manager_binary)s -a %(address)s -r %(report_path)s \
-s %(nb_server_max)s -t %(nb_tester_max)s %(software_release_url)s \
%(server_url)s "%(key_file)s" "%(cert_file)s" %(computer_id)s \
%(computer_partition_id)s %(plugin_name)s
#!/bin/sh
# BEWARE: This file is operated by slapgrid
# BEWARE: It will be overwritten automatically
exec %(nosqltester_binary)s -h %(host_address)s -a %(tester_address)s -r %(report_path)s \
exec %(scalability_tester_binary)s -h %(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 \
%(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