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
60f6137d
Commit
60f6137d
authored
Dec 01, 2025
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add XML file for running vrtsim on ARM
parent
a44fb9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
141 additions
and
0 deletions
+141
-0
ci-scripts/xml_files/container_5g_vrtsim_chanmod_gh.xml
ci-scripts/xml_files/container_5g_vrtsim_chanmod_gh.xml
+141
-0
No files found.
ci-scripts/xml_files/container_5g_vrtsim_chanmod_gh.xml
0 → 100644
View file @
60f6137d
<!--
Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The OpenAirInterface Software Alliance licenses this file to You under
the OAI Public License, Version 1.1 (the "License"); you may not use this file
except in compliance with the License.
You may obtain a copy of the License at
http://www.openairinterface.org/?page_id=698
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information about the OpenAirInterface (OAI) Software Alliance:
contact@openairinterface.org
-->
<testCaseList>
<htmlTabRef>
vrtsim-5gnr-chanmod-gh
</htmlTabRef>
<htmlTabName>
Monolithic gNB vrtsim + chanmod
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
111111
800813
000011
000012
000013
020011
020012
030011
030012
100011
222222
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"111111"
>
<class>
Pull_Local_Registry
</class>
<desc>
Pull Images from Local Registry
</desc>
<node>
localhost
</node>
<images>
oai-gnb oai-nr-ue
</images>
<tag_prefix>
arm_
</tag_prefix>
</testCase>
<testCase
id=
"800813"
>
<class>
Create_Workspace
</class>
<desc>
Create new Workspace
</desc>
<node>
localhost
</node>
</testCase>
<testCase
id=
"000011"
>
<class>
Deploy_Object
</class>
<desc>
Deploy OAI 5G CoreNetwork
</desc>
<node>
localhost
</node>
<yaml_path>
ci-scripts/yaml_files/5g_vrtsim_chanmod
</yaml_path>
<services>
mysql oai-amf oai-smf oai-upf oai-ext-dn
</services>
</testCase>
<testCase
id=
"000012"
>
<class>
Deploy_Object
</class>
<desc>
Deploy OAI 5G gNB+UE RF sim SA
</desc>
<node>
localhost
</node>
<yaml_path>
ci-scripts/yaml_files/5g_vrtsim_chanmod
</yaml_path>
<services>
oai-gnb oai-nr-ue
</services>
</testCase>
<testCase
id=
"000013"
>
<class>
Attach_UE
</class>
<desc>
Attach OAI UE (Wait for IP)
</desc>
<id>
rfsim5g_ue
</id>
<node>
localhost
</node>
</testCase>
<testCase
id=
"020011"
>
<class>
Ping
</class>
<desc>
Ping ext-dn from NR-UE
</desc>
<id>
rfsim5g_ue
</id>
<node>
localhost
</node>
<svr_id>
rfsim5g_ext_dn
</svr_id>
<svr_node>
localhost
</svr_node>
<ping_args>
-c 20 -i 0.25
</ping_args>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
</testCase>
<testCase
id=
"020012"
>
<class>
Ping
</class>
<desc>
Ping NR-UE from ext-dn
</desc>
<id>
rfsim5g_ext_dn
</id>
<node>
localhost
</node>
<svr_id>
rfsim5g_ue
</svr_id>
<svr_node>
localhost
</svr_node>
<ping_args>
-c 20 -i 0.25
</ping_args>
<ping_packetloss_threshold>
5
</ping_packetloss_threshold>
</testCase>
<testCase
id=
"030011"
>
<class>
Iperf
</class>
<desc>
Iperf (DL/3Mbps/UDP)(30 sec)
</desc>
<iperf_args>
-u -b 3M -t 30 -R
</iperf_args>
<id>
rfsim5g_ue
</id>
<node>
localhost
</node>
<svr_id>
rfsim5g_ext_dn
</svr_id>
<svr_node>
localhost
</svr_node>
<iperf_packetloss_threshold>
5
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
90
</iperf_bitrate_threshold>
</testCase>
<testCase
id=
"030012"
>
<class>
Iperf
</class>
<desc>
Iperf (UL/1Mbps/UDP)(30 sec)
</desc>
<iperf_args>
-u -b 1M -t 30
</iperf_args>
<id>
rfsim5g_ue
</id>
<node>
localhost
</node>
<svr_id>
rfsim5g_ext_dn
</svr_id>
<svr_node>
localhost
</svr_node>
<iperf_packetloss_threshold>
5
</iperf_packetloss_threshold>
<iperf_bitrate_threshold>
90
</iperf_bitrate_threshold>
</testCase>
<testCase
id=
"100011"
>
<class>
Undeploy_Object
</class>
<always_exec>
true
</always_exec>
<desc>
Undeploy all OAI 5G stack
</desc>
<node>
localhost
</node>
<yaml_path>
ci-scripts/yaml_files/5g_vrtsim_chanmod
</yaml_path>
<d_retx_th>
1,0,0,0
</d_retx_th>
<u_retx_th>
1,0,0,0
</u_retx_th>
</testCase>
<testCase
id=
"222222"
>
<class>
Clean_Test_Server_Images
</class>
<always_exec>
true
</always_exec>
<desc>
Clean Test Images on Test Server
</desc>
<node>
localhost
</node>
<images>
oai-gnb oai-nr-ue
</images>
</testCase>
</testCaseList>
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