Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Maintenance operation of our GitLab server is scheduled for Wednesday, April 16, 2025, at 2PM.
Show more breadcrumbs
Mingxuan Li
openairinterface5G
Commits
40f951f1
Commit
40f951f1
authored
2 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Add Container 5G RFsim FDD phytest test XML
parent
bc12d222
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-scripts/xml_files/container_5g_rfsim_fdd_phytest.xml
+106
-0
106 additions, 0 deletions
ci-scripts/xml_files/container_5g_rfsim_fdd_phytest.xml
ci-scripts/xml_files/container_5g_rfsim_fdd_phytest_down.xml
+45
-0
45 additions, 0 deletions
ci-scripts/xml_files/container_5g_rfsim_fdd_phytest_down.xml
with
151 additions
and
0 deletions
ci-scripts/xml_files/container_5g_rfsim_fdd_phytest.xml
0 → 100644
+
106
−
0
View file @
40f951f1
<!--
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-fdd-phytest
</htmlTabRef>
<htmlTabName>
Monolithic FDD phytest gNB
</htmlTabName>
<htmlTabIcon>
wrench
</htmlTabIcon>
<repeatCount>
1
</repeatCount>
<TestCaseRequestedList>
111111
100011
000010
000011
020011
020012
030011
030012
100011
</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-ue
</images_to_pull>
</testCase>
<testCase
id=
"000010"
>
<class>
DeployGenObject
</class>
<desc>
Deploy OAI 5G gNB RF sim SA
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_fdd_phytest
</yaml_path>
<services>
oai-gnb
</services>
<nb_healthy>
1
</nb_healthy>
</testCase>
<testCase
id=
"000011"
>
<class>
DeployGenObject
</class>
<desc>
Deploy OAI 5G NR-UE RF sim SA
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_fdd_phytest
</yaml_path>
<services>
oai-nr-ue
</services>
<nb_healthy>
2
</nb_healthy>
</testCase>
<testCase
id=
"020011"
>
<class>
PingFromContainer
</class>
<desc>
Ping gNB from NR-UE
</desc>
<container_name>
rfsim5g-oai-nr-ue
</container_name>
<options>
-c20 -i0.2 10.0.1.1
</options>
<loss_threshold>
0
</loss_threshold>
</testCase>
<testCase
id=
"020012"
>
<class>
PingFromContainer
</class>
<desc>
Ping NR-UE from gNB
</desc>
<container_name>
rfsim5g-oai-gnb
</container_name>
<options>
-c20 -i0.2 10.0.1.2
</options>
<loss_threshold>
0
</loss_threshold>
</testCase>
<testCase
id=
"030011"
>
<class>
IperfFromContainer
</class>
<desc>
Iperf UDP Downlink
</desc>
<server_container_name>
rfsim5g-oai-nr-ue
</server_container_name>
<client_container_name>
rfsim5g-oai-gnb
</client_container_name>
<server_options>
-sui1 -B10.0.1.2
</server_options>
<client_options>
-uc10.0.1.2 -i1 -t10 -b30k -B10.0.1.1
</client_options>
</testCase>
<testCase
id=
"030012"
>
<class>
IperfFromContainer
</class>
<desc>
Iperf UDP Uplink
</desc>
<server_container_name>
rfsim5g-oai-gnb
</server_container_name>
<client_container_name>
rfsim5g-oai-nr-ue
</client_container_name>
<server_options>
-sui1 -B10.0.1.1
</server_options>
<client_options>
-uc10.0.1.1 -i1 -t10 -b30k -B10.0.1.2
</client_options>
</testCase>
<testCase
id=
"100011"
>
<class>
UndeployGenObject
</class>
<desc>
Undeploy all OAI 5G stack
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_fdd_phytest
</yaml_path>
<d_retx_th>
10,100,100,100
</d_retx_th>
<!-- phytest: will fail at start! -->
<u_retx_th>
10,100,100,100
</u_retx_th>
<!-- phytest: will fail at start! -->
</testCase>
</testCaseList>
This diff is collapsed.
Click to expand it.
ci-scripts/xml_files/container_5g_rfsim_fdd_phytest_down.xml
0 → 100644
+
45
−
0
View file @
40f951f1
<!--
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-fdd-phytest-down
</htmlTabRef>
<htmlTabName>
CleanUp Monolithic FDD phytest gNB
</htmlTabName>
<htmlTabIcon>
trash
</htmlTabIcon>
<TestCaseRequestedList>
100012
222222
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase
id=
"100012"
>
<class>
UndeployGenObject
</class>
<desc>
Undeploy all OAI 5G stack
</desc>
<yaml_path>
yaml_files/5g_rfsimulator_fdd_phytest
</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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment