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
Romain Courteaud
slapos
Commits
fb66da0b
Commit
fb66da0b
authored
Feb 09, 2016
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use our own python with fixed set of eggs. Thanks to Kirill to point out.
parent
84731d49
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
+5
-7
software/neoppod/instance-neo-storage-mysql.cfg.in
software/neoppod/instance-neo-storage-mysql.cfg.in
+1
-0
software/neoppod/runTestSuite.in
software/neoppod/runTestSuite.in
+2
-2
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+1
-1
software/neoppod/software-neoppod-testnode.cfg
software/neoppod/software-neoppod-testnode.cfg
+1
-4
No files found.
software/neoppod/instance-neo-storage-mysql.cfg.in
View file @
fb66da0b
...
...
@@ -36,6 +36,7 @@ template = {{ runTestSuite_in }}
mode = 0755
context =
section my_cnf_parameters my-cnf-parameters
raw python_executable {{ bin_directory }}/pythonwitheggs
raw neotestrunner {{ bin_directory }}/neotestrunner
raw neo_temp_directory ${directory:tmp}
...
...
software/neoppod/runTestSuite.in
View file @
fb66da0b
#!
/usr/bin/python
#!
{{ python_executable }}
"""
Script to run NEO test suite using Nexedi's test node framework.
"""
import argparse, sys, subprocess, os
import traceback
import
taskdistribution
from erp5.util
import taskdistribution
import re
# pattern to get test counts from stdout
...
...
software/neoppod/software-common.cfg
View file @
fb66da0b
...
...
@@ -103,7 +103,7 @@ md5sum = 82f3f76f54ee9db355966a7ada61f56e
[instance-neo-storage-mysql]
<= download-base-neo
md5sum =
c2c3becb1d53d104c6b9b5b531f32ac6
md5sum =
f301da67d9cd2a2e8193f4f145b52824
[template-neo-my-cnf]
<= download-base-neo
...
...
software/neoppod/software-neoppod-testnode.cfg
View file @
fb66da0b
...
...
@@ -10,10 +10,7 @@ parts + =
recipe = zc.recipe.egg
eggs =
erp5.util
entry-points =
runTestSuite=erp5.util.testsuite:runTestSuite
scripts =
runTestSuite
interpreter = pythonwitheggs
[download-file]
recipe = slapos.recipe.build:download
...
...
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