Commit 9dd27e60 authored by Robert Schmidt's avatar Robert Schmidt

Fix after merging ssh asterix into integration; conflict from ls

parent c632f9c8
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<class>Ping</class> <class>Ping</class>
<desc>Ping: 20pings in 20sec</desc> <desc>Ping: 20pings in 20sec</desc>
<id>oai_ue_caracal</id> <id>oai_ue_caracal</id>
<ping_args>-c 20</ping_args> <ping_args>-c 20 %cn_ip%</ping_args>
<ping_packetloss_threshold>1</ping_packetloss_threshold> <ping_packetloss_threshold>1</ping_packetloss_threshold>
<ping_rttavg_threshold>25</ping_rttavg_threshold> <ping_rttavg_threshold>25</ping_rttavg_threshold>
</testCase> </testCase>
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<class>Ping</class> <class>Ping</class>
<desc>Ping: 100pings in 20sec</desc> <desc>Ping: 100pings in 20sec</desc>
<id>oai_ue_caracal</id> <id>oai_ue_caracal</id>
<ping_args>-c 100 -i 0.2</ping_args> <ping_args>-c 100 -i 0.2 %cn_ip%</ping_args>
<ping_packetloss_threshold>1</ping_packetloss_threshold> <ping_packetloss_threshold>1</ping_packetloss_threshold>
<ping_rttavg_threshold>30</ping_rttavg_threshold> <ping_rttavg_threshold>30</ping_rttavg_threshold>
</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