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
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
Michael Black
OpenXG-RAN
Commits
70bb1a38
Commit
70bb1a38
authored
Aug 16, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add L2sim-4G to RAN-Container-Parent and documentation
parent
793c8de2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+20
-0
doc/TESTBenches.md
doc/TESTBenches.md
+3
-0
No files found.
ci-scripts/Jenkinsfile-GitLab-Container
View file @
70bb1a38
...
...
@@ -238,6 +238,26 @@ pipeline {
}
}
}
stage
(
"4G L2 Simulators"
)
{
when
{
expression
{
doMandatoryTests
}
}
steps
{
script
{
triggerSlaveJob
(
'RAN-L2-Sim-Test-4G'
,
'Test-L2-Sim-Container-4G'
)
}
}
post
{
always
{
script
{
finalizeSlaveJob
(
'RAN-L2-Sim-Test-4G'
)
}
}
failure
{
script
{
currentBuild
.
result
=
'FAILURE'
}
}
}
}
stage
(
"5G L2 Simulators"
)
{
when
{
expression
{
doMandatoryTests
}
}
steps
{
...
...
doc/TESTBenches.md
View file @
70bb1a38
...
...
@@ -83,6 +83,9 @@ Webhook
-
caracal + N310
-
pure performance test through phy-test scheduler, see command line for more
details
-
[
RAN-L2-Sim-Test-5G
](
https://jenkins-oai.eurecom.fr/job/RAN-L2-Sim-Test-4G/
)
-
obelix (eNB, 1x UE, OAI EPC)
-
L2simulator: skips physical layer and uses proxy between eNB and UE
-
[
RAN-L2-Sim-Test-5G
](
https://jenkins-oai.eurecom.fr/job/RAN-L2-Sim-Test-5G/
)
-
obelix (gNB, 1x UE, OAI 5GC)
-
L2simulator: skips physical layer and uses proxy between gNB and UE,
...
...
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