From 43da90071031d97a44a077200c7067d0e5788428 Mon Sep 17 00:00:00 2001 From: Remi Hardy <remi.hardy@openairinterface.org> Date: Thu, 26 Nov 2020 11:50:36 +0100 Subject: [PATCH] extending nsa fr1 test --- ci-scripts/xml_files/fr1_ran_ue_proc.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/ci-scripts/xml_files/fr1_ran_ue_proc.xml b/ci-scripts/xml_files/fr1_ran_ue_proc.xml index 330fb27f21b..446433ec306 100644 --- a/ci-scripts/xml_files/fr1_ran_ue_proc.xml +++ b/ci-scripts/xml_files/fr1_ran_ue_proc.xml @@ -32,9 +32,13 @@ 000001 050000 050001 + 050002 + 050003 + 000001 + 010002 + 000001 070001 070000 - 010002 010003 </TestCaseRequestedList> <TestCaseExclusionList></TestCaseExclusionList> @@ -89,16 +93,30 @@ <class>Ping</class> <desc>Ping: 20pings in 20sec</desc> <ping_args>-c 20</ping_args> - <ping_packetloss_threshold>50</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>50</ping_packetloss_threshold> + <ping_packetloss_threshold>0</ping_packetloss_threshold> </testCase> + <testCase id="050002"> + <class>Ping</class> + <desc>Ping: 100pings in 20sec</desc> + <ping_args>-c 100 -i 0.2</ping_args> + <ping_packetloss_threshold>0</ping_packetloss_threshold> + </testCase> + + <testCase id="050003">$ + <class>Ping</class>$ + <desc>Ping: 100pings in 20sec size 1000</desc>$ + <ping_args>-c 100 -i 0.2 -s 1000</ping_args>$ + <ping_packetloss_threshold>0</ping_packetloss_threshold>$ + </testCase>$ + <testCase id="070000"> <class>Terminate_eNB</class> <desc>Terminate eNB</desc> -- GitLab