Commit fdb4424f authored by Benjamin Blanc's avatar Benjamin Blanc

stack/erp5 : launcher, test change

parent c9a084e4
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
[buildout] [buildout]
parts = parts =
erp5-cluster erp5-cluster
binary-wrap-launcher launcher
# binary-wrap-launcher
eggs-directory = {{ eggs_directory }} eggs-directory = {{ eggs_directory }}
develop-eggs-directory = {{ develop_eggs_directory }} develop-eggs-directory = {{ develop_eggs_directory }}
offline = true offline = true
...@@ -31,11 +32,15 @@ wrapper-path = ${rootdirectory:bin}/launcher ...@@ -31,11 +32,15 @@ wrapper-path = ${rootdirectory:bin}/launcher
log-path = ${basedirectory:log}/launcher.log log-path = ${basedirectory:log}/launcher.log
test-suite-title = {{ slapparameter_dict.get('test-suite-title', '') }} test-suite-title = {{ slapparameter_dict.get('test-suite-title', '') }}
[binary-wrap-launcher] [launcher]
recipe = slapos.cookbook:wrapper erp5.util.benchmark.scalability_launcher:main
command-line = "${launcher-param:binary-path} --test_suite_title ${launcher-param:test-suite-title} --log ${launcher-param:log-path}"
output = ${launcher-param:binary-path} #[binary-wrap-launcher]
return = url #recipe = slapos.cookbook:wrapper
#command-line = "${launcher-param:binary-path} --test_suite_title ${launcher-param:test-suite-title} --log ${launcher-param:log-path}"
#output = ${launcher-param:binary-path}
#return = url
[basedirectory] [basedirectory]
...@@ -51,4 +56,4 @@ var = ${buildout:directory}/var ...@@ -51,4 +56,4 @@ var = ${buildout:directory}/var
srv = ${buildout:directory}/srv srv = ${buildout:directory}/srv
bin = ${buildout:directory}/bin bin = ${buildout:directory}/bin
{% endif %} {% endif %}
\ No newline at end of file
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