From c6bedb6c27052a7bb1ca4c1a9b5035c64ef0ebf9 Mon Sep 17 00:00:00 2001 From: luis_pereira87 <lpereira@allbesmart.pt> Date: Wed, 4 May 2022 11:39:59 +0100 Subject: [PATCH] Increase iPerf packet loss and bitrate thresholds to make RAN-NSA-B200-Module-LTEBOX test green (due to UE host performance) --- ci-scripts/xml_files/fr1_nsa_quectel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/xml_files/fr1_nsa_quectel.xml b/ci-scripts/xml_files/fr1_nsa_quectel.xml index 99c0e1757b9..a7fd0fc0d7c 100644 --- a/ci-scripts/xml_files/fr1_nsa_quectel.xml +++ b/ci-scripts/xml_files/fr1_nsa_quectel.xml @@ -113,8 +113,8 @@ <iperf_args>-u -b 125M -t 60</iperf_args> <direction>DL</direction> <id>idefix</id> - <iperf_packetloss_threshold>1</iperf_packetloss_threshold> - <iperf_bitrate_threshold>95</iperf_bitrate_threshold> + <iperf_packetloss_threshold>25</iperf_packetloss_threshold> + <iperf_bitrate_threshold>80</iperf_bitrate_threshold> <iperf_profile>single-ue</iperf_profile> </testCase> -- GitLab