summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh b/tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh
index 6331ab5..f51e0af 100644
--- a/tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh
+++ b/tests/data_plane/vpp_lite_topo/test_driver/rtr_single_iface.sh
@@ -22,7 +22,7 @@ function test_rtr_single_iface {
test_result=1
- ip netns exec vpp-ns1 ping -w 15 -c 1 "${1}"
+ ip netns exec vpp-ns1 "${1}" -w 15 -c 1 "${2}"
rc=$?
rtr_single_iface_clean