container_5g_f1_rfsim.xml 5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!--

 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>
24
        <htmlTabRef>rfsim-5gnr-f1</htmlTabRef>
25
        <htmlTabName>CU-DU F1 split</htmlTabName>
26 27
        <htmlTabIcon>wrench</htmlTabIcon>
        <TestCaseRequestedList>
28
 111111
29
 100021
30
 000020
31 32 33 34
 000021
 000022
 000023
 000024
35
 000025
36 37 38 39 40
 020021
 100021
        </TestCaseRequestedList>
        <TestCaseExclusionList></TestCaseExclusionList>

41 42 43 44
        <testCase id="111111">
                <class>Pull_Local_Registry</class>
                <desc>Pull Images from Local Registry</desc>
                <test_svr_id>0</test_svr_id>
45
                <images_to_pull>oai-gnb oai-nr-ue</images_to_pull>
46 47
        </testCase>

48 49 50 51 52 53 54 55
        <testCase id="000020">
                <class>DeployGenObject</class>
                <desc>Deploy MySql Database</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>mysql</services>
                <nb_healthy>1</nb_healthy>
        </testCase>

56 57 58 59
        <testCase id="000021">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CoreNetwork</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
60
                <services>oai-nrf oai-amf oai-smf oai-spgwu oai-ext-dn</services>
61 62 63 64 65 66 67 68 69 70 71 72 73
                <nb_healthy>6</nb_healthy>
        </testCase>

        <testCase id="000022">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CU RF sim SA</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>oai-cu</services>
                <nb_healthy>7</nb_healthy>
        </testCase>

        <testCase id="000023">
                <class>DeployGenObject</class>
74
                <desc>Deploy 3 OAI 5G DUs RF sim SA</desc>
75
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
76 77
                <services>oai-du oai-du2 oai-du3</services>
                <nb_healthy>10</nb_healthy>
78 79 80 81 82 83
        </testCase>

        <testCase id="000024">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UE RF sim SA</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
84 85
                <services>oai-nr-ue oai-nr-ue2</services>
                <nb_healthy>12</nb_healthy>
86 87
        </testCase>

88 89 90 91 92 93
        <testCase id="000025">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UE RF sim SA</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>oai-nr-ue3</services>
                <nb_healthy>13</nb_healthy>
94 95
        </testCase>

96
        <testCase id="020021">
97
                <class>Ping</class>
98 99 100
                <desc>Ping ext-dn from all NR-UEs</desc>
                <id>rfsim5g_ue rfsim5g_ue2 rfsim5g_ue3</id>
                <ping_args> -c 20 192.168.72.135 -i0.25</ping_args>
101
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
102 103 104 105 106 107 108 109
        </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>
110
                <client_options>-c 12.1.1.2 -u -i 1 -t 30 -b 3M</client_options>
111 112 113 114 115 116 117 118
        </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>
119
                <client_options>-B 12.1.1.2 -c 192.168.72.135 -u -i 1 -t 30 -b 1M</client_options>
120 121 122 123 124 125
        </testCase>

        <testCase id="100021">
                <class>UndeployGenObject</class>
                <desc>Undeploy all OAI 5G stack</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
126 127
                <d_retx_th>1,0,0,0</d_retx_th>
                <u_retx_th>1,0,0,0</u_retx_th>
128 129 130
        </testCase>

</testCaseList>