From a3a05075f3becc6e8a3b8cca5920034ab1cc65c8 Mon Sep 17 00:00:00 2001
From: Remi Hardy <remi.hardy@openairinterface.org>
Date: Tue, 8 Sep 2020 13:20:52 +0200
Subject: [PATCH] adding a more challenging ping in the FR1 testcase

---
 ci-scripts/xml_files/fr1_ran_ue_proc.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/ci-scripts/xml_files/fr1_ran_ue_proc.xml b/ci-scripts/xml_files/fr1_ran_ue_proc.xml
index 1890906c30d..4b752d778d9 100644
--- a/ci-scripts/xml_files/fr1_ran_ue_proc.xml
+++ b/ci-scripts/xml_files/fr1_ran_ue_proc.xml
@@ -31,6 +31,7 @@
  010001
  000001
  050000
+ 050001
  070001
  070000
  010002
@@ -86,11 +87,18 @@
 
 	<testCase id="050000">
 		<class>Ping</class>
-		<desc>ping (5MHz - 20 sec)</desc>
+		<desc>Ping: 20pings in 20sec</desc>
 		<ping_args>-c 20</ping_args>
-		<ping_packetloss_threshold>5</ping_packetloss_threshold>
+		<ping_packetloss_threshold>0</ping_packetloss_threshold>
 	</testCase>
 
+>---<testCase id="050001">$
+>--->---<class>Ping</class>$
+>--->---<desc>Ping: 5pings in 1sec</desc>$
+>--->---<ping_args>-c 5 -i 0.2</ping_args>$
+>--->---<ping_packetloss_threshold>0</ping_packetloss_threshold>$
+>---</testCase>$
+
 	<testCase id="070000">
 		<class>Terminate_eNB</class>
 		<desc>Terminate eNB</desc>
-- 
GitLab