Commit 3d7f8932 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: add runner path option to launcher

parent 3769c6de
......@@ -49,6 +49,7 @@ class Recipe(GenericBaseRecipe):
'--test-suite', self.options['test-suite'],
'--revision', self.options['revision'],
'--log-path', self.options['log-path'],
'--runner-path', self.options['runner-path'],
],
# Environment
{
......
......@@ -329,7 +329,7 @@ md5sum = c745d794b28cae64feba527f894d7340
[template-scalability]
< = download-base
filename = instance-scalability.cfg.in
md5sum = e86284b3dca70630fc030e93c0a6b5c4
md5sum = 31d49df000d7107f6bf81c592ed65f6d
[template-zeo]
< = download-base
......
......@@ -77,6 +77,7 @@ node-title = {{ slapparameter_dict.get('node-title', 'Unknown') }}
test-suite = {{ slapparameter_dict.get('test-suite') }}
test-suite-master-url = {{ slapparameter_dict.get('test-suite-master-url') }}
log-path = ${binary-wrap-launcher:log-path}
runner-path = ${binary-wrap-performance-tester:wrapper-path}
# Create partition's directories
[basedirectory]
......
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