From 2541e8cf274940163c8b2fd672eafd4201815d4d Mon Sep 17 00:00:00 2001 From: Remi Hardy <remi.hardy@openairinterface.org> Date: Tue, 8 Sep 2020 13:22:31 +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, 6 insertions(+), 6 deletions(-) diff --git a/ci-scripts/xml_files/fr1_ran_ue_proc.xml b/ci-scripts/xml_files/fr1_ran_ue_proc.xml index 4b752d778d9..e86a36d2db4 100644 --- a/ci-scripts/xml_files/fr1_ran_ue_proc.xml +++ b/ci-scripts/xml_files/fr1_ran_ue_proc.xml @@ -92,12 +92,12 @@ <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="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> -- GitLab