container_5g_l2sim_tdd.xml 4.39 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
<!--

 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>l2sim-5gnr-tdd</htmlTabRef>
        <htmlTabName>Testing 5G NR L2 sim - TDD gNB</htmlTabName>
        <htmlTabIcon>wrench</htmlTabIcon>
27
        <repeatCount>1</repeatCount>
28
        <TestCaseRequestedList>
29
 111111
30 31 32 33 34
 100001
 000000
 000001
 000002
 000003
35
 000004
36 37 38 39 40 41 42 43
 200000
 020001
 020002
 200001
 100001
        </TestCaseRequestedList>
        <TestCaseExclusionList></TestCaseExclusionList>

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

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
        <testCase id="000000">
                <class>DeployGenObject</class>
                <desc>Deploy MySql Database</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
                <services>mysql</services>
                <nb_healthy>1</nb_healthy>
        </testCase>

        <testCase id="000001">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G CoreNetwork</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
                <services>oai-nrf oai-amf oai-smf oai-spgwu oai-ext-dn</services>
                <nb_healthy>6</nb_healthy>
        </testCase>

        <testCase id="000002">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G gNB L2 sim SA</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
                <services>oai-gnb</services>
                <nb_healthy>7</nb_healthy>
        </testCase>

        <testCase id="000003">
                <class>DeployGenObject</class>
                <desc>Deploy OAI 5G NR-UE L2 sim SA and Proxy</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
                <services>proxy oai-nr-ue0</services>
                <nb_healthy>9</nb_healthy>
        </testCase>

83 84 85 86
        <testCase id="000004">
                <class>Attach_UE</class>
                <desc>Attach OAI UE</desc>
                <id>l2sim5g_ue</id>
87 88 89
        </testCase>

        <testCase id="020001">
90
                <class>Ping</class>
91
                <desc>Ping ext-dn from NR-UE</desc>
92 93 94
                <id>l2sim5g_ue</id>
                <ping_args> -c 20 192.168.72.135</ping_args>
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
95 96 97
        </testCase>

        <testCase id="020002">
98
                <class>Ping</class>
99
                <desc>Ping NR-UE from ext-dn</desc>
100 101 102
                <id>l2sim5g_ext_dn</id>
                <ping_args>-c 20 12.1.1.2</ping_args>
                <ping_packetloss_threshold>5</ping_packetloss_threshold>
103 104 105 106 107 108
        </testCase>

        <testCase id="100001">
                <class>UndeployGenObject</class>
                <desc>Undeploy all OAI 5G stack</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
109 110
                <d_retx_th>20,50,100,100</d_retx_th>
                <u_retx_th>0,0,0,0</u_retx_th>
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
        </testCase>

        <testCase id="200000">
                <class>StatsFromGenObject</class>
                <desc>Statistics before Traffic Test</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
        </testCase>

        <testCase id="200001">
                <class>StatsFromGenObject</class>
                <desc>Statistics after Traffic Test</desc>
                <yaml_path>yaml_files/5g_l2sim_tdd</yaml_path>
        </testCase>

</testCaseList>