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
Carlos Ramos Carreño
slapos
Commits
9cb153fa
Commit
9cb153fa
authored
Oct 11, 2022
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: add SR for automatic tests
parent
9d85d630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
software/ors-amarisoft/test.cfg
software/ors-amarisoft/test.cfg
+64
-0
No files found.
software/ors-amarisoft/test.cfg
0 → 100644
View file @
9cb153fa
# ORS test software-release
#
# This software-release prepares environment so that open-radio-e2e-testing egg can be run inside testnode
[buildout]
extends =
buildout.hash.cfg
../../component/git/buildout.cfg
../../component/pytest/buildout.cfg
../../stack/slapos.cfg
../../stack/nxdtest.cfg
parts =
openradio-python
# for instance
slapos-cookbook
instance.cfg
# instance to run nxdtest.
[instance.cfg]
<= jinja2-template
inline =
[buildout]
extends = ${nxdtest-instance.cfg:output}
parts += tnxdtest
[runTestSuite]
env.sh = ${openradio-env.sh:output}
workdir = $${directory:t}
[directory]
t = $${:home}/t
# instance/t/.nxdtest -> .nxdtest inside openradio/neo
[tnxdtest]
recipe = plone.recipe.command
stop-on-error = yes
command = ln -s -t $${directory:t} ${openradio-repository:location}/.nxdtest
[openradio-env.sh]
recipe = slapos.recipe.template
inline =
export PATH="${buildout:bin-directory}:$PATH" # for python with eggs
output = ${buildout:directory}/${:_buildout_section_name_}
[openradio-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/open-radio-e2e-testing.git
git-executable = ${git:location}/bin/git
branch = tomo
[openradio-develop]
recipe = zc.recipe.egg:develop
egg = open-radio-e2e-testing
setup = ${openradio-repository:location}
[openradio-python]
<= python-interpreter
eggs +=
${pytest:eggs}
${openradio-develop:egg}
plone.recipe.command
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