From 9fc69ea197f1c6a3af2d367198fd3f4721d7bbc2 Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Thu, 28 Mar 2019 17:55:12 +0100 Subject: [PATCH] CI: putting back stronger constraints on TDD-5MHz tests Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/xml_files/enb_usrp210_band40_test_05mhz_tm1.xml | 4 ++-- ci-scripts/xml_files/if4p5_usrp210_band40_test_05mhz.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci-scripts/xml_files/enb_usrp210_band40_test_05mhz_tm1.xml b/ci-scripts/xml_files/enb_usrp210_band40_test_05mhz_tm1.xml index 9cdd7523adc..d5a25c7fa73 100644 --- a/ci-scripts/xml_files/enb_usrp210_band40_test_05mhz_tm1.xml +++ b/ci-scripts/xml_files/enb_usrp210_band40_test_05mhz_tm1.xml @@ -65,7 +65,7 @@ <class>Ping</class> <desc>ping (5MHz - 20 sec)</desc> <ping_args>-c 20</ping_args> - <ping_packetloss_threshold>50</ping_packetloss_threshold> + <ping_packetloss_threshold>25</ping_packetloss_threshold> </testCase> <testCase id="040601"> @@ -112,7 +112,7 @@ <class>Iperf</class> <desc>iperf (5MHz - UL/2Mbps/UDP)(30 sec)(unbalanced)</desc> <iperf_args>-u -b 2M -t 30 -i 1 -R</iperf_args> - <iperf_packetloss_threshold>80</iperf_packetloss_threshold> + <iperf_packetloss_threshold>50</iperf_packetloss_threshold> <iperf_profile>unbalanced</iperf_profile> </testCase> diff --git a/ci-scripts/xml_files/if4p5_usrp210_band40_test_05mhz.xml b/ci-scripts/xml_files/if4p5_usrp210_band40_test_05mhz.xml index d3b45618762..5e7f4e48c8d 100644 --- a/ci-scripts/xml_files/if4p5_usrp210_band40_test_05mhz.xml +++ b/ci-scripts/xml_files/if4p5_usrp210_band40_test_05mhz.xml @@ -81,7 +81,7 @@ <class>Ping</class> <desc>ping (5MHz - 20 sec)</desc> <ping_args>-c 20</ping_args> - <ping_packetloss_threshold>50</ping_packetloss_threshold> + <ping_packetloss_threshold>25</ping_packetloss_threshold> </testCase> <testCase id="040602"> -- GitLab