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
a014646d
Commit
a014646d
authored
Sep 09, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Reorganise more python2 / python3 test suites
See merge request
nexedi/slapos!1249
parents
e07c2bab
0243ef0c
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
34 additions
and
17 deletions
+34
-17
component/zodbtools/test-py2.cfg
component/zodbtools/test-py2.cfg
+2
-0
component/zodbtools/test-zodb4-py2.cfg
component/zodbtools/test-zodb4-py2.cfg
+6
-0
component/zodbtools/test-zodb4-wc2-py2.cfg
component/zodbtools/test-zodb4-wc2-py2.cfg
+6
-0
component/zodbtools/test-zodb4-wc2.cfg
component/zodbtools/test-zodb4-wc2.cfg
+1
-1
component/zodbtools/test-zodb4.cfg
component/zodbtools/test-zodb4.cfg
+7
-0
component/zodbtools/test-zodb5-py2.cfg
component/zodbtools/test-zodb5-py2.cfg
+6
-0
component/zodbtools/test-zodb5.cfg
component/zodbtools/test-zodb5.cfg
+1
-1
component/zodbtools/test.cfg
component/zodbtools/test.cfg
+0
-4
software/buildout-testing/software-py2.cfg
software/buildout-testing/software-py2.cfg
+1
-1
software/buildout-testing/software.cfg
software/buildout-testing/software.cfg
+0
-3
software/slapos-testing/README.md
software/slapos-testing/README.md
+3
-3
software/slapos-testing/software-py2.cfg
software/slapos-testing/software-py2.cfg
+1
-1
software/slapos-testing/software.cfg
software/slapos-testing/software.cfg
+0
-3
No files found.
component/zodbtools/test-py2.cfg
0 → 100644
View file @
a014646d
[python]
part = python2.7
component/zodbtools/test-zodb4-py2.cfg
0 → 100644
View file @
a014646d
# SlapOS software release to test zodbtools/ZODB4-py2 on Nexedi testing infrastructure.
[buildout]
extends =
test-zodb4.cfg
test-py2.cfg
component/zodbtools/test-zodb4-wc2-py2.cfg
0 → 100644
View file @
a014646d
# SlapOS software release to test zodbtools/ZODB4-wc2-py2 on Nexedi testing infrastructure.
[buildout]
extends =
test-zodb4-wc2.cfg
test-py2.cfg
component/zodbtools/test-zodb4-wc2.cfg
View file @
a014646d
# SlapOS software release to test zodbtools/ZODB4-wc2 on Nexedi testing infrastructure.
# SlapOS software release to test zodbtools/ZODB4-wc2
-py3
on Nexedi testing infrastructure.
[buildout]
extends = test-common.cfg
...
...
component/zodbtools/test-zodb4.cfg
0 → 100644
View file @
a014646d
# SlapOS software release to test zodbtools/ZODB4-py3 on Nexedi testing infrastructure.
[buildout]
extends = test-common.cfg
[ZODB]
major = 4
component/zodbtools/test-zodb5-py2.cfg
0 → 100644
View file @
a014646d
# SlapOS software release to test zodbtools/ZODB5-py2 on Nexedi testing infrastructure.
[buildout]
extends =
test-zodb5.cfg
test-py2.cfg
component/zodbtools/test-zodb5.cfg
View file @
a014646d
# SlapOS software release to test zodbtools/ZODB5 on Nexedi testing infrastructure.
# SlapOS software release to test zodbtools/ZODB5
-py3
on Nexedi testing infrastructure.
[buildout]
extends = test-common.cfg
...
...
component/zodbtools/test.cfg
deleted
100644 → 0
View file @
e07c2bab
# SlapOS software release to test zodbtools on Nexedi testing infrastructure.
[buildout]
extends = test-common.cfg
software/buildout-testing/software-py
3
.cfg
→
software/buildout-testing/software-py
2
.cfg
View file @
a014646d
...
...
@@ -3,4 +3,4 @@ extends =
software.cfg
[python]
part = python
3
part = python
2.7
software/buildout-testing/software.cfg
View file @
a014646d
...
...
@@ -6,9 +6,6 @@ parts =
slapos-cookbook
template
[python]
part = python2.7
[slapos.buildout-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.buildout.git
...
...
software/slapos-testing/README.md
View file @
a014646d
...
...
@@ -5,7 +5,7 @@ This software release is used to run unit test of slapos eggs.
The approach is to use nxdtest test runner, which will run tests for each
projects, as described in
`.nxdtest`
file.
The results of this test suite running on Nexedi ERP5 are published as
The results of this test suite running on Nexedi ERP5 are published as
`SlapOS.Eggs.UnitTest-Master.Python3`
and
`SlapOS.Eggs.UnitTest-Master.Python2`
.
...
...
@@ -36,14 +36,14 @@ source ( environment script from step above )
cd
~/srv/runner/instance/slappartXXX/parts/slapos.core/
# make some changes to the code
vim
slapos/tests/client.py
$EDITOR
slapos/tests/client.py
# run slapos.core tests
runTestSuite
--run
slapos.core
# ... or run all eggs tests
runTestSuite
# when satified, commit changes
# when sati
s
fied, commit changes
git add
-p
&&
git commit
# add developer's fork remote (this is only needed the first time)
...
...
software/slapos-testing/software-py
3
.cfg
→
software/slapos-testing/software-py
2
.cfg
View file @
a014646d
...
...
@@ -3,4 +3,4 @@ extends =
software.cfg
[python]
part = python
3
part = python
2.7
software/slapos-testing/software.cfg
View file @
a014646d
...
...
@@ -30,9 +30,6 @@ parts =
phantomjs
template
[python]
part = python2.7
[bootstrap-slapos.recipe.cmmi]
# install our develop version of slapos.recipe.cmmi before anything else,
# otherwise it will be installed from pypi by dependencies.
...
...
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