fr1_nsa_quectel.xml 4.18 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 24
<!--

 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</htmlTabRef>
25
	<htmlTabName>NSA Ping DL UL with QUECTEL</htmlTabName>
hardy's avatar
hardy committed
26
	<htmlTabIcon>tasks</htmlTabIcon>
27
	<repeatCount>1</repeatCount>
hardy's avatar
hardy committed
28 29 30
	<TestCaseRequestedList>
 030000
 040000
31
 000002
32
 010000
33
 000001
hardy's avatar
hardy committed
34 35 36
 050000
 050001
 000001
hardy's avatar
hardy committed
37 38 39 40
 070000
 000001
 070001
 000001
41 42
 050000
 050001
43
 010002
hardy's avatar
hardy committed
44 45 46 47 48 49 50 51
 080001
 080000
	</TestCaseRequestedList>
	<TestCaseExclusionList></TestCaseExclusionList>

	<testCase id="010000">
		<class>Initialize_UE</class>
		<desc>Initialize Quectel</desc>
52
		<id>idefix</id>
Remi Hardy's avatar
Remi Hardy committed
53
		<UE_Trace>yes</UE_Trace>
hardy's avatar
hardy committed
54 55 56 57
	</testCase>


	<testCase id="010002">
58 59
		<class>Terminate_UE</class>
		<desc>Terminate Quectel</desc>
60
		<id>idefix</id>
hardy's avatar
hardy committed
61 62 63 64 65 66
	</testCase>


	<testCase id="030000">
		<class>Initialize_eNB</class>
		<desc>Initialize eNB</desc>
67
		<Initialize_eNB_args>-O ci-scripts/conf_files/enb.band7.tm1.fr1.25PRB.usrpb210.conf</Initialize_eNB_args>
hardy's avatar
hardy committed
68 69 70
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
		<air_interface>lte</air_interface>
71
		<eNB_Trace>yes</eNB_Trace>
72
	</testCase>
hardy's avatar
hardy committed
73 74 75 76 77


	<testCase id="040000">
		<class>Initialize_eNB</class>
		<desc>Initialize gNB</desc>
78
		<Initialize_eNB_args>-O ci-scripts/conf_files/gnb.band78.tm1.fr1.106PRB.usrpb210.conf -E -q --RUs.[0].sdr_addrs "serial=30C51D4"</Initialize_eNB_args>
hardy's avatar
hardy committed
79 80 81 82 83 84 85 86
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
		<air_interface>nr</air_interface>
	</testCase>

	<testCase id="000001">
		<class>IdleSleep</class>
		<desc>Sleep</desc>
87
		<idle_sleep_time_in_sec>5</idle_sleep_time_in_sec>
hardy's avatar
hardy committed
88 89
	</testCase>

90 91 92
	<testCase id="000002">
		<class>IdleSleep</class>
		<desc>Sleep</desc>
93
		<idle_sleep_time_in_sec>20</idle_sleep_time_in_sec>
94 95 96
	</testCase>


hardy's avatar
hardy committed
97 98 99 100 101
	<testCase id="050000">
		<class>Ping</class>
		<desc>Ping: 20pings in 20sec</desc>
		<id>idefix</id>
		<ping_args>-c 20</ping_args>
102
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
103
		<ping_rttavg_threshold>15</ping_rttavg_threshold>
hardy's avatar
hardy committed
104 105 106 107 108 109 110
	</testCase>

	<testCase id="050001">
		<class>Ping</class>
		<desc>Ping: 100pings in 20sec</desc>
		<id>idefix</id>
		<ping_args>-c 100 -i 0.2</ping_args>
111
		<ping_packetloss_threshold>1</ping_packetloss_threshold>
112
		<ping_rttavg_threshold>15</ping_rttavg_threshold>
hardy's avatar
hardy committed
113 114
	</testCase>

115 116
	<testCase id="070000">
		<class>Iperf</class>
hardy's avatar
hardy committed
117 118
		<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
119
		<direction>DL</direction>
120
		<id>idefix</id>
121
		<iperf_packetloss_threshold>3</iperf_packetloss_threshold>
122
		<iperf_bitrate_threshold>95</iperf_bitrate_threshold>
123 124 125 126 127
		<iperf_profile>single-ue</iperf_profile>
	</testCase>

	<testCase id="070001">
		<class>Iperf</class>
128
		<desc>iperf (UL/3Mbps/UDP)(60 sec)(single-ue profile)</desc>
129
		<iperf_args>-u -b 3M -t 60</iperf_args>
hardy's avatar
hardy committed
130
		<direction>UL</direction>
131
		<id>idefix</id>
132
		<iperf_packetloss_threshold>1</iperf_packetloss_threshold>
133
		<iperf_bitrate_threshold>95</iperf_bitrate_threshold>
134 135
		<iperf_profile>single-ue</iperf_profile>
	</testCase>
hardy's avatar
hardy committed
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155


	<testCase id="080000">
		<class>Terminate_eNB</class>
		<desc>Terminate eNB</desc>
		<eNB_instance>0</eNB_instance>
		<eNB_serverId>0</eNB_serverId>
		<air_interface>lte</air_interface>
	</testCase>

	<testCase id="080001">
		<class>Terminate_eNB</class>
		<desc>Terminate gNB</desc>
		<eNB_instance>1</eNB_instance>
		<eNB_serverId>1</eNB_serverId>
		<air_interface>nr</air_interface>
	</testCase>

</testCaseList>