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 --- .../vpp_lite_topo/test_eid_virtualization_4o6.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 tests/data_plane/vpp_lite_topo/test_eid_virtualization_4o6.sh (limited to 'tests/data_plane/vpp_lite_topo/test_eid_virtualization_4o6.sh') diff --git a/tests/data_plane/vpp_lite_topo/test_eid_virtualization_4o6.sh b/tests/data_plane/vpp_lite_topo/test_eid_virtualization_4o6.sh deleted file mode 100755 index 391da92..0000000 --- a/tests/data_plane/vpp_lite_topo/test_eid_virtualization_4o6.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env bash - -# Test EID virualization (4over6) -# -# This test configures two LISP XTRs with two customers. Both customers -# have two client nodes (EID) as depict here: -# -# eid1 ______ _______ eid2 -# customer1 -| | | |- customer1 -# | xTR |----| xTR | -# customer2 -|_____| | |_____|- customer2 -# eid3 | eid4 -# ODL -# -# In this scenario both eid1 and eid3 are equal. - -VPP_LITE_CONF=`pwd`"/../configs/vpp_lite_config/eid_virt/4o6" -ODL_CONFIG_DIR=`pwd`"/../configs/odl/eid_virt/4o6" - -source test_driver/two_customers_topo.sh - -test_eid_virtualization ping "6.0.4.4" -- cgit 1.2.3-korg