summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2016-06-21 12:27:19 +0200
committerFilip Tehlar <ftehlar@cisco.com>2016-06-21 12:27:19 +0200
commit6ecb3add2c107f34cfa686f840f49c039cb5c6a7 (patch)
treece00d9c83698af7b5a7894a007e6348affdaeed3 /tests/data_plane/vpp_lite_topo/test_driver
parentbcae6bae4f7baef18ef391af738a23405dd8ab3b (diff)
Add RTR tests (6over4 and 6over6)
Change-Id: I4b2b05193209a3054f0a1177be9412e79de73349 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_driver')
-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