container_nsa_b200_quectel.xml 6.82 KB
<!--

 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>TEST-NSA-FR1-TM1-B200</htmlTabRef>
	<htmlTabName>NSA SanityCheck with QUECTEL</htmlTabName>
	<htmlTabIcon>tasks</htmlTabIcon>
	<repeatCount>1</repeatCount>
	<TestCaseRequestedList>
 200000
 100000
 500000
 111110
 111111
 010000
 800833
 030101
 800834
 030102
 010001
 050000
 050001
 070001
 070000
 070002
 050002
 050003
 010010
 010002
 030202
 030201
 300000
 600000
	</TestCaseRequestedList>
	<TestCaseExclusionList></TestCaseExclusionList>

	<testCase id="111110">
		<class>Pull_Local_Registry</class>
		<desc>Pull Images from Local Registry</desc>
		<test_svr_id>0</test_svr_id>
		<images_to_pull>oai-enb</images_to_pull>
	</testCase>

	<testCase id="111111">
		<class>Pull_Local_Registry</class>
		<desc>Pull Images from Local Registry</desc>
		<test_svr_id>1</test_svr_id>
		<images_to_pull>oai-gnb</images_to_pull>
	</testCase>

	<testCase id = "100000">
		<class>Custom_Command</class>
		<desc>Reset USRP</desc>
		<node>nepes</node>
		<command>sudo -S /usr/lib/uhd/utils/b2xx_fx3_utils --reset-device</command>
	</testCase>

	<testCase id="200000">
		<class>Custom_Command</class>
		<desc>Disable Sleep States (nepes)</desc>
		<node>nepes</node>
		<command>sudo cpupower idle-set -D 0</command>
	</testCase>
	<testCase id="300000">
		<class>Custom_Command</class>
		<desc>Enable Sleep States (nepes)</desc>
		<node>nepes</node>
		<command>sudo cpupower idle-set -E</command>
	</testCase>
	<testCase id="500000">
		<class>Custom_Command</class>
		<desc>Disable Sleep States (ofqot)</desc>
		<node>ofqot</node>
		<command>sudo cpupower idle-set -D 0</command>
	</testCase>
	<testCase id="600000">
		<class>Custom_Command</class>
		<desc>Enable Sleep States (ofqot)</desc>
		<node>ofqot</node>
		<command>sudo cpupower idle-set -E</command>
	</testCase>

	<testCase id="010000">
		<class>Initialize_UE</class>
		<desc>Initialize Quectel</desc>
		<id>idefix</id>
	</testCase>
	<testCase id="010002">
		<class>Terminate_UE</class>
		<desc>Terminate Quectel</desc>
		<id>idefix</id>
	</testCase>
	<testCase id="010001">
		<class>Attach_UE</class>
		<desc>Attach UE</desc>
		<id>idefix</id>
  </testCase>
	<testCase id= "010010">
		<class>Detach_UE</class>
		<desc>Detach UE</desc>
		<id>idefix</id>
	</testCase>
  <testCase id="800833">
      <class>Create_Workspace</class>
      <desc>Creating new Workspace</desc>
      <eNB_instance>0</eNB_instance>
      <eNB_serverId>0</eNB_serverId>
  </testCase>
	<testCase id="030101">
		<class>Deploy_Object</class>
		<desc>Deploy eNB (FDD/Band7/5MHz/B200) in a container</desc>
		<yaml_path>ci-scripts/yaml_files/nsa_b200_enb</yaml_path>
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
	</testCase>
  <testCase id="800834">
      <class>Create_Workspace</class>
      <desc>Creating new Workspace</desc>
      <eNB_instance>0</eNB_instance>
      <eNB_serverId>0</eNB_serverId>
  </testCase>
	<testCase id="030102">
		<class>Deploy_Object</class>
		<desc>Deploy gNB (TDD/Band78/40MHz/B200) in a container</desc>
		<yaml_path>ci-scripts/yaml_files/nsa_b200_gnb</yaml_path>
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
	</testCase>

	<testCase id="000001">
		<class>IdleSleep</class>
		<desc>Sleep</desc>
		<idle_sleep_time_in_sec>5</idle_sleep_time_in_sec>
	</testCase>

	<testCase id="000002">
		<class>IdleSleep</class>
		<desc>Sleep</desc>
		<idle_sleep_time_in_sec>20</idle_sleep_time_in_sec>
	</testCase>


	<testCase id="050000">
		<class>Ping</class>
		<desc>Ping: 20pings in 20sec</desc>
		<id>idefix</id>
		<ping_args>-c 20 %cn_ip%</ping_args>
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
		<ping_rttavg_threshold>15</ping_rttavg_threshold>
	</testCase>

	<testCase id="050001">
		<class>Ping</class>
		<desc>Ping: 100pings in 20sec</desc>
		<id>idefix</id>
		<ping_args>-c 100 -i 0.2 %cn_ip%</ping_args>
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
		<ping_rttavg_threshold>15</ping_rttavg_threshold>
	</testCase>

	<testCase id="050002">
		<class>Ping</class>
		<desc>Ping: 20pings in 20sec</desc>
		<id>idefix</id>
		<ping_args>-c 20 %cn_ip%</ping_args>
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
		<ping_rttavg_threshold>15</ping_rttavg_threshold>
	</testCase>

	<testCase id="050003">
		<class>Ping</class>
		<desc>Ping: 100pings in 20sec</desc>
		<id>idefix</id>
		<ping_args>-c 100 -i 0.2 %cn_ip%</ping_args>
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
		<ping_rttavg_threshold>15</ping_rttavg_threshold>
	</testCase>

	<testCase id="070000">
		<class>Iperf</class>
		<desc>iperf (DL/70Mbps/UDP)(60 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 70M -t 60 -R</iperf_args>
		<id>idefix</id>
		<svr_id>ltebox-nepes</svr_id>
		<iperf_packetloss_threshold>25</iperf_packetloss_threshold>
		<iperf_bitrate_threshold>80</iperf_bitrate_threshold>
	</testCase>

	<testCase id="070001">
		<class>Iperf</class>
		<desc>iperf (UL/8Mbps/UDP)(60 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 8M -t 60</iperf_args>
		<id>idefix</id>
		<svr_id>ltebox-nepes</svr_id>
		<iperf_packetloss_threshold>1</iperf_packetloss_threshold>
		<iperf_bitrate_threshold>95</iperf_bitrate_threshold>
	</testCase>

    <testCase id="070002">
        <class>Iperf</class>
        <desc>iperf (BIDIR TCP)(10 sec)(single-ue profile)</desc>
        <iperf_args>-t 10 --bidir</iperf_args>
        <id>idefix</id>
	<svr_id>ltebox-nepes</svr_id>
    </testCase>

    <testCase id="030201">
        <class>Undeploy_Object</class>
        <desc>Undeploy eNB</desc>
		<yaml_path>ci-scripts/yaml_files/nsa_b200_enb</yaml_path>
        <eNB_instance>0</eNB_instance>
        <eNB_serverId>0</eNB_serverId>
    </testCase>

    <testCase id="030202">
        <class>Undeploy_Object</class>
        <desc>Undeploy gNB</desc>
		<yaml_path>ci-scripts/yaml_files/nsa_b200_gnb</yaml_path>
        <eNB_instance>1</eNB_instance>
        <eNB_serverId>1</eNB_serverId>
        <d_retx_th>10,100,100,100</d_retx_th>
        <u_retx_th>10,100,100,100</u_retx_th>
    </testCase>

</testCaseList>