Commit 255f4d82 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: add test-suite param to XML config and launcher recipe

parent 43c976c7
......@@ -46,6 +46,7 @@ class Recipe(GenericBaseRecipe):
'--test-result-path', self.options['test-result-path'],
'--test-suite-master-url', self.options['test-suite-master-url'],
'--node-title', self.options['node-title'],
'--test-suite', self.options['test-suite'],
'--revision', self.options['revision'],
'--log-path', self.options['log-path'],
],
......
......@@ -329,7 +329,7 @@ md5sum = c745d794b28cae64feba527f894d7340
[template-scalability]
< = download-base
filename = instance-scalability.cfg.in
md5sum = cd676f9ad7c9cbb63a71404b699feb38
md5sum = bbfcd5804096b6532dd77808aceee0cd
[template-zeo]
< = download-base
......
......@@ -74,6 +74,7 @@ erp5-url = ${binary-wrap-launcher:erp5-url}
test-result-path = {{ slapparameter_dict.get('test-result-path') }}
revision = {{ slapparameter_dict.get('revision') }}
node-title = {{ slapparameter_dict.get('node-title') }}
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}
......@@ -121,4 +122,4 @@ curl_path = {{ curl_location }}/bin/curl
recipe = slapos.cookbook:publish.serialised
test = test
{% endif %}
\ No newline at end of file
{% endif %}
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