container_5g_e1_rfsim.xml 3.26 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
<!--

 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
 000021
 000022
 000023
 020021
 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>
42
                <images_to_pull>oai-gnb-asan oai-nr-cuup-asan oai-nr-ue-asan</images_to_pull>
43 44 45 46 47 48
        </testCase>

        <testCase id="000021">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CoreNetwork</desc>
                <yaml_path>yaml_files/5g_rfsimulator_e1</yaml_path>
49
                <services>mysql oai-nrf oai-amf oai-smf oai-spgwu oai-ext-dn</services>
50 51 52 53 54
                <nb_healthy>6</nb_healthy>
        </testCase>

        <testCase id="000022">
                <class>DeployGenObject</class>
55
                <desc>Deploy OAI 5G RAN RF sim SA (1 CU-CP, 3 CU-UPs, 3 DUs)</desc>
56
                <yaml_path>yaml_files/5g_rfsimulator_e1</yaml_path>
57 58
                <services>oai-cucp oai-cuup oai-cuup2 oai-cuup3 oai-du oai-du2 oai-du3</services>
                <nb_healthy>13</nb_healthy>
59 60 61 62 63 64
        </testCase>

        <testCase id="000023">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UE RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator_e1</yaml_path>
65 66
                <services>oai-nr-ue oai-nr-ue2 oai-nr-ue3</services>
                <nb_healthy>16</nb_healthy>
67 68 69
        </testCase>

        <testCase id="020021">
70
                <class>Ping</class>
71 72 73
                <desc>Ping ext-dn from all NR-UEs</desc>
                <id>rfsim5g_ue rfsim5g_ue2 rfsim5g_ue3</id>
                <ping_args> -c 20 12.1.1.1 -i0.25</ping_args>
74
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
75 76 77 78 79 80 81 82 83 84 85
        </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>