From a0d8e0fa5112291b8b67f2908c081ffee82bf4fb Mon Sep 17 00:00:00 2001 From: hardy <remi.hardy@openairinterface.org> Date: Tue, 19 Oct 2021 14:44:33 +0200 Subject: [PATCH] fix SA testcase --- ci-scripts/xml_files/fr1_sa_quectel.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-scripts/xml_files/fr1_sa_quectel.xml b/ci-scripts/xml_files/fr1_sa_quectel.xml index a7a6023dd8..b401465f80 100644 --- a/ci-scripts/xml_files/fr1_sa_quectel.xml +++ b/ci-scripts/xml_files/fr1_sa_quectel.xml @@ -92,7 +92,7 @@ <class>Ping</class> <desc>Ping: 100pings in 20sec</desc> <id>nrmodule2_quectel</id> - <ping_args>-c 100 -i 0.2</ping_args> + <ping_args>-c 100 -i 0,2</ping_args> <ping_packetloss_threshold>5</ping_packetloss_threshold> </testCase> @@ -108,8 +108,8 @@ <testCase id="070001"> <class>Iperf</class> - <desc>iperf (UL/1Mbps/UDP)(20 sec)(single-ue profile)</desc> - <iperf_args>-u -b 1M -t 20</iperf_args> + <desc>iperf (UL/3Mbps/UDP)(60 sec)(single-ue profile)</desc> + <iperf_args>-u -b 3M -t 60</iperf_args> <direction>UL</direction> <id>nrmodule2_quectel</id> <iperf_packetloss_threshold>5</iperf_packetloss_threshold> -- 2.26.2