summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2017-09-19 15:44:32 +0200
committerFilip Tehlar <ftehlar@cisco.com>2017-09-20 10:22:55 +0200
commit3db341de1dae5caedbe805ed7f3871a57dc8dbcb (patch)
treebc0e1f506dd2fb22fda487153669aed322de5bb4 /tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh
parentebfd5b56b3c336b87a919898174a7ee7aafe3364 (diff)
Add neighbor discovery test
Change-Id: I88aa86ba917a43903b04aec44427ad0cc20439b3 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/test_driver/basic_no_odl.sh2
1 files changed, 1 insertions, 1 deletions
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 8a1ac51..06f355b 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
@@ -33,7 +33,7 @@ function test_basic_no_odl
echo "set int ip address del host-intervpp2 6:0:3::2/64" | nc 0 5003
echo "set int ip address host-intervpp2 6:0:3::20/64" | nc 0 5003
- if [ ${3} == "switch_rlocs" ] ; then
+ if [ "${3}" == "switch_rlocs" ] ; then
echo "lisp remote-mapping del vni 0 eid 6.0.2.0/24" | nc 0 5002
echo "lisp remote-mapping add vni 0 eid 6.0.2.0/24 rloc 6:0:3::20" | nc 0 5002
echo "lisp remote-mapping del vni 0 eid 6:0:2::0/64" | nc 0 5002