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
007dcc63
Commit
007dcc63
authored
Feb 06, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5G E1 RFsim test XML test cases
parent
616bdf83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
176 additions
and
0 deletions
+176
-0
ci-scripts/xml_files/container_5g_e1_rfsim.xml
ci-scripts/xml_files/container_5g_e1_rfsim.xml
+131
-0
ci-scripts/xml_files/container_5g_e1_rfsim_down.xml
ci-scripts/xml_files/container_5g_e1_rfsim_down.xml
+45
-0
No files found.
ci-scripts/xml_files/container_5g_e1_rfsim.xml
0 → 100644
View file @
007dcc63
<!--
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>
rfsim-5gnr-e1
</htmlTabRef>
<htmlTabName>
CUCP-CUUP-DU E1+F1 split
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<TestCaseRequestedList>
111111
100021
000020
000021
000022
000023
000024
020021
020022
030021
100021
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"111111"
>
<class>
Pull_Local_Registry
</class>
<desc>
Pull Images from Local Registry
</desc>
<test_svr_id>
0
</test_svr_id>
<images_to_pull>
oai-gnb oai-nr-cuup oai-nr-ue
</images_to_pull>
</testCase>
<testCase
id=
"000020"
>
<class>
DeployGenObject
</class>
<desc>
Deploy MySql Database
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
<services>
mysql
</services>
<nb_healthy>
1
</nb_healthy>
</testCase>
<testCase
id=
"000021"
>
<class>
DeployGenObject
</class>
<desc>
Deploy OAI 5G CoreNetwork
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
<services>
oai-nrf oai-amf oai-smf oai-spgwu oai-ext-dn
</services>
<nb_healthy>
6
</nb_healthy>
</testCase>
<testCase
id=
"000022"
>
<class>
DeployGenObject
</class>
<desc>
Deploy OAI 5G CU-CP RF sim SA
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
<services>
oai-cucp
</services>
<nb_healthy>
7
</nb_healthy>
</testCase>
<testCase
id=
"000023"
>
<class>
DeployGenObject
</class>
<desc>
Deploy OAI 5G CU-UP and DU RF sim SA
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
<services>
oai-cuup oai-du
</services>
<nb_healthy>
9
</nb_healthy>
</testCase>
<testCase
id=
"000024"
>
<class>
DeployGenObject
</class>
<desc>
Deploy OAI 5G NR-UE RF sim SA
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
<services>
oai-nr-ue
</services>
<nb_healthy>
10
</nb_healthy>
</testCase>
<testCase
id=
"020021"
>
<class>
PingFromContainer
</class>
<desc>
Ping ext-dn from NR-UE
</desc>
<container_name>
rfsim5g-oai-nr-ue
</container_name>
<options>
-I oaitun_ue1 -c 20 192.168.73.135
</options>
<loss_threshold>
5
</loss_threshold>
</testCase>
<testCase
id=
"020022"
>
<class>
PingFromContainer
</class>
<desc>
Ping NR-UE from ext-dn
</desc>
<container_name>
rfsim5g-oai-ext-dn
</container_name>
<options>
-c 20 12.1.1.2
</options>
<loss_threshold>
5
</loss_threshold>
</testCase>
<testCase
id=
"030021"
>
<class>
IperfFromContainer
</class>
<desc>
Iperf UDP Downlink
</desc>
<server_container_name>
rfsim5g-oai-nr-ue
</server_container_name>
<client_container_name>
rfsim5g-oai-ext-dn
</client_container_name>
<server_options>
-B 12.1.1.2 -u -i 1 -s
</server_options>
<client_options>
-c 12.1.1.2 -u -i 1 -t 30 -b 3M
</client_options>
</testCase>
<testCase
id=
"030022"
>
<class>
IperfFromContainer
</class>
<desc>
Iperf UDP Uplink
</desc>
<server_container_name>
rfsim5g-oai-ext-dn
</server_container_name>
<client_container_name>
rfsim5g-oai-nr-ue
</client_container_name>
<server_options>
-u -i 1 -s
</server_options>
<client_options>
-B 12.1.1.2 -c 192.168.73.135 -u -i 1 -t 30 -b 1M
</client_options>
</testCase>
<testCase
id=
"100021"
>
<class>
UndeployGenObject
</class>
<desc>
Undeploy all OAI 5G stack
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
<d_retx_th>
1,0,0,0
</d_retx_th>
<u_retx_th>
1,0,0,0
</u_retx_th>
</testCase>
</testCaseList>
ci-scripts/xml_files/container_5g_e1_rfsim_down.xml
0 → 100644
View file @
007dcc63
<!--
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>
rfsim-5gnr-down-e1
</htmlTabRef>
<htmlTabName>
CleanUp CUCP-CUUP-DU E1+F1 split
</htmlTabName>
<htmlTabIcon>
trash
</htmlTabIcon>
<TestCaseRequestedList>
100022
222222
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"100022"
>
<class>
UndeployGenObject
</class>
<desc>
Undeploy all OAI 5G stack
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_e1
</yaml_path>
</testCase>
<testCase
id=
"222222"
>
<class>
Clean_Test_Server_Images
</class>
<desc>
Clean Test Images on Test Server
</desc>
<test_svr_id>
0
</test_svr_id>
</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