Commit dd6ca5f1 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): proper ping operation syntax post-refactoring

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent effaf59f
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<testCase id="040531"> <testCase id="040531">
<class>Ping</class> <class>Ping</class>
<desc>ping (5MHz - 20 sec)</desc> <desc>ping (5MHz - 20 sec)</desc>
<ping_args>-c 20</ping_args> <ping_args>-c 20 %cn_ip%</ping_args>
<ping_packetloss_threshold>5</ping_packetloss_threshold> <ping_packetloss_threshold>5</ping_packetloss_threshold>
<id>adb_ue_1 adb_ue_2</id> <id>adb_ue_1 adb_ue_2</id>
</testCase> </testCase>
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<testCase id="040532"> <testCase id="040532">
<class>Ping</class> <class>Ping</class>
<desc>ping (5MHz - 20 sec)</desc> <desc>ping (5MHz - 20 sec)</desc>
<ping_args>-c 20</ping_args> <ping_args>-c 20 %cn_ip%</ping_args>
<ping_packetloss_threshold>25</ping_packetloss_threshold> <ping_packetloss_threshold>25</ping_packetloss_threshold>
<id>adb_ue_1 adb_ue_2</id> <id>adb_ue_1 adb_ue_2</id>
</testCase> </testCase>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment