<!--

 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-tdd</htmlTabRef>
        <htmlTabName>Testing 5G NR RF sim - Monolithic TDD gNB</htmlTabName>
        <htmlTabIcon>wrench</htmlTabIcon>
        <repeatCount>4</repeatCount>
        <TestCaseRequestedList>
 100001
 000000
 000001
 000002
 000003
 020001
 020002
 030001
 030002
 100001
        </TestCaseRequestedList>
        <TestCaseExclusionList></TestCaseExclusionList>

        <testCase id="000000">
                <class>DeployGenObject</class>
                <desc>Deploy MySql Database</desc>
                <yaml_path>yaml_files/5g_rfsimulator</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_rfsimulator</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 RF sim SA</desc>
                <yaml_path>yaml_files/5g_rfsimulator</yaml_path>
                <services>oai-gnb</services>
                <nb_healthy>7</nb_healthy>
        </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>
                <nb_healthy>8</nb_healthy>
        </testCase>

        <testCase id="020001">
                <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="020002">
                <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="030001">
                <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 3M</client_options>
        </testCase>

        <testCase id="030002">
                <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 1M</client_options>
        </testCase>

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

</testCaseList>