Commit a99691f5 authored by Guillaume Bottex's avatar Guillaume Bottex

Changes made to follow the NoSQLTester's changes.

parent 0fff8b5c
......@@ -214,10 +214,12 @@ class NoSQLTestBed(BaseSlapRecipe):
tester_config['gateway_address'].strip("[]") + " -p " + \
tester_config['gateway_port'] + " -t " + \
tester_config['nb_thread'] + " " + \
tester_config['nb_request'] #" 1000" " -t 32 1024000"
tester_config['nb_request'] + " -x"
tester_config['log_directory'] = self.log_directory
tester_config['compress_method'] = "bz2"
tester_connection = {}
tester_connection['start_url'] = "http://%s:5000/start" % tester_config['tester_address']
tester_connection['url'] = "http://%s:5000/" % tester_config['tester_address']
self.computer_partition.setConnectionDict(tester_connection)
tester_wrapper_template_location = pkg_resources.resource_filename(
......
#!/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 -b "%(binary)s"
exec %(nosqltester_binary)s -m %(host_address)s -a %(tester_address)s -r %(report_path)s -b "%(binary)s" -l %(log_directory)s -c "%(compress_method)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