Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
0784d190
Commit
0784d190
authored
Nov 09, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci-scripts/tests/README.md: how to run all tests
parent
9f5d8221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
ci-scripts/tests/README.md
ci-scripts/tests/README.md
+8
-4
No files found.
ci-scripts/tests/README.md
View file @
0784d190
...
...
@@ -3,8 +3,12 @@ scripts.
# Unit test
There are some unit tests. From the parent directory, i.e.,
`ci-scripts/`
,
start with
This repository contains unit tests. To run them, switch to the parent
directory, i.e.,
`ci-scripts/`
, and run
python3 -m unittest tests/*.py
To run individual unit tests, start them like so:
python tests/build.py -v
python tests/cmd.py -v
...
...
@@ -12,8 +16,8 @@ start with
python tests/iperf-analysis.py -v
python tests/ping-iperf.py -v
It will indicate if all tests passed.
`tests/deployment.py`
requires these
images to be present:
The logs will indicate if all tests passed.
`tests/deployment.py`
requires
these
images to be present:
-
`oai-ci/oai-nr-ue:develop-12345678`
-
`oai-ci/oai-gnb:develop-12345678`
...
...
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