From 12defda1182a88e98a20d63c32fe897359663ad7 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 6 Jul 2016 13:38:18 +0200 Subject: Refactor basic LISP tests Change-Id: Ibc11d4d82006ea11580d3b3e269f81709eedb53a Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/test_basic_6o6.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/test_basic_6o6.sh (limited to 'tests/data_plane/vpp_lite_topo/test_basic_6o6.sh') diff --git a/tests/data_plane/vpp_lite_topo/test_basic_6o6.sh b/tests/data_plane/vpp_lite_topo/test_basic_6o6.sh new file mode 100755 index 0000000..3ef68f4 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/test_basic_6o6.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test basic LISP functionality (ip6 over ip6) + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/basic/6o6 +ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/6o6 + +source test_driver/basic.sh + +test_basic ping6 "6:0:2::2" -- cgit 1.2.3-korg