From 8912471cd3744954661f702ee8cf8cc58957e4b8 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 1 Aug 2016 17:06:50 +0200 Subject: Fix vpp_lite tests that use remote mapping CLI Change-Id: I5b39bcfb58f7d580e76093075dae6c607e8ac34a Signed-off-by: Florin Coras --- tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data_plane/vpp_lite_topo/test_driver') diff --git a/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh b/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh index ee0f66d..f7fa31c 100644 --- a/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh +++ b/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh @@ -35,8 +35,8 @@ function test_basic_no_odl echo "set int ip address del host-intervpp2 6:0:3::2/24" | nc 0 5003 echo "set int ip address host-intervpp2 6:0:3::20/24" | nc 0 5003 - echo "lisp remote-mapping del vni 0 deid 6.0.2.0/24 seid 6.0.1.0/24 rloc 6.0.3.2" | nc 0 5002 - echo "lisp remote-mapping add vni 0 deid 6.0.2.0/24 seid 6.0.1.0/24 rloc 6.0.3.20" | nc 0 5002 + echo "lisp remote-mapping del vni 0 eid 6.0.2.0/24 rloc 6.0.3.2" | nc 0 5002 + echo "lisp remote-mapping add vni 0 eid 6.0.2.0/24 rloc 6.0.3.20" | nc 0 5002 ip netns exec vppns1 "${1}" -w 15 -c 1 "${2}" rc=$? -- cgit 1.2.3-korg