add test_report_instance_url parameter

parent 2bfe1600
......@@ -62,6 +62,8 @@ class Recipe(BaseSlapRecipe):
browser_argument_list = [],
user = self.parameter_dict['user'],
password = self.parameter_dict['password'],
test_report_instance_url = \
self.parameter_dict['test_report_instance_url'],
etc_directory = self.etc_directory)
# Check wanted browser XXX-Cedric not yet used but can be useful
......
......@@ -42,7 +42,7 @@ def run(args):
timeout = 2.0 * 60 * 60
while True:
erp5_report = ERP5TestReportHandler(config['test_suite_master_url'],
erp5_report = ERP5TestReportHandler(config['test_report_instance_url'],
config['project'] + '@' + config['suite_name'])
# Clean old test results
openUrl('%s/TestTool_cleanUpTestResults?__ac_name=%s&__ac_password=%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