container_5g_f1_rfsim.xml 4.32 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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
<!--

 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</htmlTabRef>
        <htmlTabName>Testing 5G NR RF sim in containers</htmlTabName>
        <htmlTabIcon>wrench</htmlTabIcon>
        <TestCaseRequestedList>
 100021
 000021
 000022
 000023
 000024
 020021
 020022
 030021
 030022
 100021
        </TestCaseRequestedList>
        <TestCaseExclusionList></TestCaseExclusionList>

        <testCase id="000021">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CoreNetwork</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>mysql 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 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>
                <desc>Deploy OAI 5G DU RF sim SA</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
                <services>oai-du</services>
                <nb_healthy>8</nb_healthy>
        </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>
                <services>oai-nr-ue</services>
                <nb_healthy>9</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.72.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 400K</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.72.135 -u -i 1 -t 30 -b 20K</client_options>
        </testCase>

        <testCase id="100021">
                <class>UndeployGenObject</class>
                <desc>Undeploy all OAI 5G stack</desc>
                <yaml_path>yaml_files/5g_f1_rfsimulator</yaml_path>
        </testCase>

</testCaseList>