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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
00ae9b87
Commit
00ae9b87
authored
Jun 17, 2011
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing slapos.tool.nosqltester_manager.erp5 and fix nosqltester command.
parent
b40d6c46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
slapos/recipe/erp5scalabilitytestbed/template/nosqltester_run.in
...recipe/erp5scalabilitytestbed/template/nosqltester_run.in
+1
-1
software/erp5scalabilitytestbed/software.cfg
software/erp5scalabilitytestbed/software.cfg
+2
-6
No files found.
slapos/recipe/erp5scalabilitytestbed/template/nosqltester_run.in
View file @
00ae9b87
#!/bin/sh
# BEWARE: This file is operated by slapgrid
# BEWARE: It will be overwritten automatically
exec
%
(
scalability_tester_binary
)
s
-
h
%
(
host_address
)
s
-a
%
(
tester_address
)
s
-r
%
(
report_path
)
s
\
exec
%
(
scalability_tester_binary
)
s
-
m
%
(
host_address
)
s
-a
%
(
tester_address
)
s
-r
%
(
report_path
)
s
\
--report-directory
%
(
report_path
)
s
--repeat
%
(
repeat
)
d %
(
erp5_url
)
s %
(
nb_users
)
d
\
%
(
benchmark_suites
)
s
software/erp5scalabilitytestbed/software.cfg
View file @
00ae9b87
...
...
@@ -29,22 +29,18 @@ recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = ${git:location}/bin/git clone -b erp5scalabilitytestbed --quiet http://git.erp5.org/repos/slapos.git ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
-f
[eggs]
dummy = ${slapos.cookbook:location}
recipe = zc.recipe.egg
eggs =
# ${lxml-python:egg}
# PyXML
# Zope2
collective.recipe.template
# netaddr
slapos.core
# xml_marshaller
slapos.cookbook
slapos.tool.nosqltester
slapos.tool.nosqltester_manager
slapos.tool.nosqltester_manager.erp5
erp5.utils.benchmark
[scalability-test-suite]
...
...
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