fr1_sa_quectel.xml 4.17 KB
Newer Older
hardy's avatar
hardy committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!--

 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>
24
	<htmlTabRef>TEST-SA-FR1-Tab1</htmlTabRef>
hardy's avatar
hardy committed
25
	<htmlTabName>SA Ping DL UL with QUECTEL</htmlTabName>
hardy's avatar
hardy committed
26 27 28 29 30 31 32 33
	<htmlTabIcon>tasks</htmlTabIcon>
	<repeatCount>1</repeatCount>
	<TestCaseRequestedList>
 040000
 000002
 010000
 000001
 050000
34
 000001
hardy's avatar
hardy committed
35
 050001
36
 000001
hardy's avatar
hardy committed
37
 070000
38
 000001
hardy's avatar
hardy committed
39
 070001
40
 000001
41
 070002
hardy's avatar
hardy committed
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
 000001
 010002
 080000
	</TestCaseRequestedList>
	<TestCaseExclusionList></TestCaseExclusionList>

	<testCase id="010000">
		<class>Initialize_UE</class>
		<desc>Initialize Quectel</desc>
		<id>nrmodule2_quectel</id>
		<UE_Trace>yes</UE_Trace>
	</testCase>


	<testCase id="010002">
		<class>Terminate_UE</class>
		<desc>Terminate Quectel</desc>
		<id>nrmodule2_quectel</id>
	</testCase>


	<testCase id="040000">
		<class>Initialize_eNB</class>
		<desc>Initialize gNB</desc>
66
		<Initialize_eNB_args>-O ci-scripts/conf_files/gnb.band78.sa.fr1.106PRB.2x2.usrpn310.conf --sa -q --usrp-tx-thread-config 1 --log_config.global_log_options level,nocolor,time</Initialize_eNB_args>
hardy's avatar
hardy committed
67 68
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
hardy's avatar
hardy committed
69
		<air_interface>nr</air_interface>
hardy's avatar
hardy committed
70
		<eNB_Trace>yes</eNB_Trace>
71
		<eNB_Stats>yes</eNB_Stats>
72
		<rt_stats_cfg>datalog_rt_stats.2x2.yaml</rt_stats_cfg>
hardy's avatar
hardy committed
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
		<USRP_IPAddress>192.168.18.240</USRP_IPAddress>
	</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>
91
		<desc>Ping: 40pings in 40sec</desc>
hardy's avatar
hardy committed
92
		<id>nrmodule2_quectel</id>
93
		<ping_args>-c 40</ping_args>
hardy's avatar
hardy committed
94
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
95
		<ping_rttavg_threshold>20</ping_rttavg_threshold>
hardy's avatar
hardy committed
96 97
	</testCase>

hardy's avatar
hardy committed
98 99 100 101
	<testCase id="050001">
		<class>Ping</class>
		<desc>Ping: 100pings in 20sec</desc>
		<id>nrmodule2_quectel</id>
hardy's avatar
hardy committed
102
		<ping_args>-c 100 -i 0,2</ping_args>
hardy's avatar
hardy committed
103
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
104
		<ping_rttavg_threshold>20</ping_rttavg_threshold>
hardy's avatar
hardy committed
105 106
	</testCase>

hardy's avatar
hardy committed
107 108
	<testCase id="070000">
		<class>Iperf</class>
hardy's avatar
hardy committed
109 110
		<desc>iperf (DL/60Mbps/UDP)(60 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 60M -t 60</iperf_args>
hardy's avatar
hardy committed
111 112
		<direction>DL</direction>
		<id>nrmodule2_quectel</id>
hardy's avatar
hardy committed
113
		<iperf_packetloss_threshold>5</iperf_packetloss_threshold>
114
		<iperf_bitrate_threshold>95</iperf_bitrate_threshold>
hardy's avatar
hardy committed
115 116 117 118 119
		<iperf_profile>single-ue</iperf_profile>
	</testCase>

	<testCase id="070001">
		<class>Iperf</class>
hardy's avatar
hardy committed
120 121
		<desc>iperf (UL/3Mbps/UDP)(60 sec)(single-ue profile)</desc>
		<iperf_args>-u -b 3M -t 60</iperf_args>
hardy's avatar
hardy committed
122 123
		<direction>UL</direction>
		<id>nrmodule2_quectel</id>
hardy's avatar
hardy committed
124
		<iperf_packetloss_threshold>5</iperf_packetloss_threshold>
125
		<iperf_bitrate_threshold>95</iperf_bitrate_threshold>
hardy's avatar
hardy committed
126 127 128
		<iperf_profile>single-ue</iperf_profile>
	</testCase>

129 130 131 132 133 134 135 136 137
	<testCase id="070002">
		<class>Iperf</class>
		<desc>iperf (BIDIR TCP)(10 sec)(single-ue profile)</desc>
		<iperf_args>-t 10 --bidir</iperf_args>
		<direction>BIDIR</direction>
		<id>nrmodule2_quectel</id>
		<iperf_profile>single-ue</iperf_profile>
	</testCase>

hardy's avatar
hardy committed
138 139 140 141

	<testCase id="080000">
		<class>Terminate_eNB</class>
		<desc>Terminate gNB</desc>
hardy's avatar
hardy committed
142 143
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
hardy's avatar
hardy committed
144 145 146 147 148
		<air_interface>nr</air_interface>
	</testCase>

</testCaseList>