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_4o4_and_6o6.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tests/data_plane/vpp_lite_topo/test_basic_4o4_and_6o6.sh (limited to 'tests/data_plane/vpp_lite_topo/test_basic_4o4_and_6o6.sh') diff --git a/tests/data_plane/vpp_lite_topo/test_basic_4o4_and_6o6.sh b/tests/data_plane/vpp_lite_topo/test_basic_4o4_and_6o6.sh new file mode 100755 index 0000000..9adeaf6 --- /dev/null +++ b/tests/data_plane/vpp_lite_topo/test_basic_4o4_and_6o6.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +# Test basic LISP functionality with two ongoing traffics - 4o4 and 6o6 + +ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/6o6 +VPP_LITE_CONF=`pwd`/../configs/vpp_lite_config/basic/4o4_and_6o6 + +source test_driver/basic_multi_traffic.sh + +test_basic_multi_traffic ping6 "6:0:2::2" ping "6.0.2.2" + -- cgit 1.2.3-korg