container_5g_rfsim.xml 8.38 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-tdd</htmlTabRef>
25
        <htmlTabName>Monolithic SA TDD gNB</htmlTabName>
26
        <htmlTabIcon>wrench</htmlTabIcon>
27
        <repeatCount>1</repeatCount>
28
        <TestCaseRequestedList>
29
 111111
30
 100001
31 32 33
 000001
 000002
 000003
34
 000004
35 36 37
 000005
 000006
 000007
38
 000008
39 40
 020001
 020002
41 42
 020003
 020004
43 44
 020105
 444445
45 46
 030001
 030002
47 48 49 50 51
 444444
 333333
 020005
 444444
 333333
52
 020006
53 54 55 56
 100001
        </TestCaseRequestedList>
        <TestCaseExclusionList></TestCaseExclusionList>

57 58 59 60
        <testCase id="111111">
                <class>Pull_Local_Registry</class>
                <desc>Pull Images from Local Registry</desc>
                <test_svr_id>0</test_svr_id>
61
                <images_to_pull>oai-gnb-asan oai-nr-ue</images_to_pull>
62 63
        </testCase>

64 65 66 67
        <testCase id="000001">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CoreNetwork</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
68 69
                <services>mysql oai-amf oai-smf oai-upf oai-ext-dn</services>
                <nb_healthy>5</nb_healthy>
70 71 72 73 74 75 76
        </testCase>

        <testCase id="000002">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G gNB RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-gnb</services>
77
                <nb_healthy>6</nb_healthy>
78 79 80 81 82 83 84
        </testCase>

        <testCase id="000003">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UE RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-nr-ue</services>
85
                <nb_healthy>7</nb_healthy>
86 87
        </testCase>

88 89 90 91 92
        <testCase id="000004">
                <class>DeployGenObject</class>
                <desc>Deploy Second OAI 5G NR-UE RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-nr-ue2</services>
93
                <nb_healthy>8</nb_healthy>
94 95
        </testCase>

96 97 98 99 100
        <testCase id="000005">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UEs (#3, #4, #5) RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-nr-ue3 oai-nr-ue4 oai-nr-ue5</services>
101
                <nb_healthy>11</nb_healthy>
102 103 104 105 106 107 108
        </testCase>

        <testCase id="000006">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UEs (#6, #7, #8) RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-nr-ue6 oai-nr-ue7 oai-nr-ue8</services>
109
                <nb_healthy>14</nb_healthy>
110 111 112 113 114 115 116
        </testCase>

        <testCase id="000007">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UEs (#9, #10) RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-nr-ue9 oai-nr-ue10</services>
117
                <nb_healthy>16</nb_healthy>
118 119
        </testCase>

120 121 122 123 124 125
        <testCase id="000008">
                <class>Attach_UE</class>
                <desc>Attach OAI UE (Wait for IP)</desc>
                <id>rfsim5g_ue rfsim5g_ue2 rfsim5g_ue3 rfsim5g_ue4 rfsim5g_ue5 rfsim5g_ue6 rfsim5g_ue7 rfsim5g_ue8 rfsim5g_ue9 rfsim5g_ue10</id>
        </testCase>

126
        <testCase id="020001">
127
                <class>Ping</class>
128
                <desc>Ping ext-dn from NR-UE</desc>
129
                <id>rfsim5g_ue</id>
130
                <ping_args> -c 20 -i 0.25 192.168.72.135</ping_args>
131
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
132 133 134
        </testCase>

        <testCase id="020002">
135
                <class>Ping</class>
136
                <desc>Ping NR-UE from ext-dn</desc>
137
                <id>rfsim5g_ext_dn</id>
138
                <ping_args>-c 20 -i 0.25 12.1.1.2</ping_args>
139
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
140 141
        </testCase>

142
        <testCase id="020003">
143
                <class>Ping</class>
144
                <desc>Ping ext-dn from Second NR-UE</desc>
145
                <id>rfsim5g_ue</id>
146
                <ping_args> -c 20 -i 0.25 192.168.72.135</ping_args>
147
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
148 149 150
        </testCase>

        <testCase id="020004">
151
                <class>Ping</class>
152
                <desc>Ping Second NR-UE from ext-dn</desc>
153
                <id>rfsim5g_ext_dn</id>
154
                <ping_args>-c 20 -i 0.25 12.1.1.3</ping_args>
155
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
156 157
        </testCase>

158 159 160 161
        <testCase id="020005">
                <class>Ping</class>
                <desc>Ping ext-dn from both UEs</desc>
                <id>rfsim5g_ue rfsim5g_ue2</id>
162
                <ping_args>-c 20 -i 0.25 192.168.72.135</ping_args>
163 164 165
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
        </testCase>

166 167 168 169
        <testCase id="020006">
                <class>Ping</class>
                <desc>Ping ext-dn from both UEs</desc>
                <id>rfsim5g_ue rfsim5g_ue2</id>
170
                <ping_args>-c 20 -i 0.25 192.168.72.135</ping_args>
171 172 173 174 175
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
        </testCase>

        <testCase id="020105">
                <class>Ping</class>
176
                <desc>Ping ext-dn from all UEs</desc>
177
                <id>rfsim5g_ue rfsim5g_ue2 rfsim5g_ue3 rfsim5g_ue4 rfsim5g_ue5 rfsim5g_ue6 rfsim5g_ue7 rfsim5g_ue8 rfsim5g_ue9 rfsim5g_ue10</id>
178
                <ping_args>-c 20 192.168.72.135 -i 0.25 -s 1016</ping_args>
179 180 181
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
        </testCase>

182
        <testCase id="030001">
183 184 185 186 187 188 189
                <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>
                <svr_id>rfsim5g_ext_dn</svr_id>
                <iperf_packetloss_threshold>5</iperf_packetloss_threshold>
                <iperf_bitrate_threshold>90</iperf_bitrate_threshold>
190 191 192
        </testCase>

        <testCase id="030002">
193 194 195 196 197 198 199
                <class>Iperf</class>
                <desc>Iperf (UL/1Mbps/UDP)(30 sec)</desc>
                <iperf_args>-u -b 1M -t 30</iperf_args>
                <id>rfsim5g_ue</id>
                <svr_id>rfsim5g_ext_dn</svr_id>
                <iperf_packetloss_threshold>5</iperf_packetloss_threshold>
                <iperf_bitrate_threshold>90</iperf_bitrate_threshold>
200 201
        </testCase>

202 203 204 205 206 207 208 209 210 211 212 213
        <testCase id="333333">
                <class>Attach_UE</class>
                <desc>Attach OAI UE 1 and 2</desc>
                <id>rfsim5g_ue rfsim5g_ue2</id>
        </testCase>

        <testCase id="444444">
                <class>Detach_UE</class>
                <desc>Detach OAI UE 1 and 2</desc>
                <id>rfsim5g_ue rfsim5g_ue2</id>
        </testCase>

214 215 216 217 218 219
        <testCase id="444445">
                <class>Detach_UE</class>
                <desc>Detach OAI UE 2 to 10</desc>
                <id>rfsim5g_ue3 rfsim5g_ue4 rfsim5g_ue5 rfsim5g_ue6 rfsim5g_ue7 rfsim5g_ue8 rfsim5g_ue9 rfsim5g_ue10</id>
        </testCase>

220 221 222 223
        <testCase id="100001">
                <class>UndeployGenObject</class>
                <desc>Undeploy all OAI 5G stack</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
224 225
                <d_retx_th>1,0,0,0</d_retx_th>
                <u_retx_th>1,0,0,0</u_retx_th>
226 227 228
        </testCase>

</testCaseList>