Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kwabena Antwi-Boasiako
slapos
Commits
255f4d82
Commit
255f4d82
authored
Jul 08, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability: add test-suite param to XML config and launcher recipe
parent
43c976c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
slapos/recipe/scalability/__init__.py
slapos/recipe/scalability/__init__.py
+1
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/instance-scalability.cfg.in
stack/erp5/instance-scalability.cfg.in
+2
-1
No files found.
slapos/recipe/scalability/__init__.py
View file @
255f4d82
...
...
@@ -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'
],
],
...
...
stack/erp5/buildout.cfg
View file @
255f4d82
...
...
@@ -329,7 +329,7 @@ md5sum = c745d794b28cae64feba527f894d7340
[template-scalability]
< = download-base
filename = instance-scalability.cfg.in
md5sum =
cd676f9ad7c9cbb63a71404b699feb38
md5sum =
bbfcd5804096b6532dd77808aceee0cd
[template-zeo]
< = download-base
...
...
stack/erp5/instance-scalability.cfg.in
View file @
255f4d82
...
...
@@ -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 %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment