From 05479d8750d11d46a939c31ca78e99ecc310dc7a Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 7 Jul 2016 08:29:25 +0200 Subject: Add script which runs all VPP lite tests Change-Id: I13c8726ac60647201d40249434f3a81085a8f9ff Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/tests/test_basic_4o4.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/tests/test_basic_4o4.sh (limited to 'tests/data_plane/vpp_lite_topo/tests/test_basic_4o4.sh') diff --git a/tests/data_plane/vpp_lite_topo/tests/test_basic_4o4.sh b/tests/data_plane/vpp_lite_topo/tests/test_basic_4o4.sh new file mode 100755 index 0000000..807edcc --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/tests/test_basic_4o4.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Test basic LISP functionality (ip4 over ip4) + +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/basic/4o4 +ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/4o4 + +source test_driver/basic.sh + +test_basic ping "6.0.2.2" -- cgit 1.2.3-korg