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
Labels
Merge Requests
103
Merge Requests
103
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
3f4b983a
Commit
3f4b983a
authored
Apr 18, 2017
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! NEO: wait that the MySQL server is started before running tests
parent
df1e233c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
software/neoppod/runTestSuite.in
software/neoppod/runTestSuite.in
+1
-0
software/neoppod/software.cfg
software/neoppod/software.cfg
+1
-1
No files found.
software/neoppod/runTestSuite.in
View file @
3f4b983a
...
@@ -120,6 +120,7 @@ def main():
...
@@ -120,6 +120,7 @@ def main():
error_count = unexpected_count, # XXX
error_count = unexpected_count, # XXX
failure_count = expected_count, # XXX
failure_count = expected_count, # XXX
skip_count = skip_count,
skip_count = skip_count,
duration = duration,
stdout= stdout)
stdout= stdout)
# print to stdout so we can see in testnode logs
# print to stdout so we can see in testnode logs
...
...
software/neoppod/software.cfg
View file @
3f4b983a
...
@@ -26,7 +26,7 @@ md5sum = ee8401a4e7d82bf488a57e3399f9ce48
...
@@ -26,7 +26,7 @@ md5sum = ee8401a4e7d82bf488a57e3399f9ce48
[runTestSuite.in]
[runTestSuite.in]
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_buildout_section_name_}
url = ${:_profile_base_location_}/${:_buildout_section_name_}
md5sum =
c5599e0086f85999e222a3bef627f93b
md5sum =
982de37ea52c10938e46037adf2894c1
[runTestSuite_py]
[runTestSuite_py]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
...
...
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