From aea14fd0ac0868ee21b278695b2a5a17f6768141 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 6 Oct 2016 11:46:26 +0200 Subject: Add a help script for attaching running vpp with gdb Change-Id: I01baad5910a98f3ca8f764aca69aa7a564b19d05 Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/data_plane/vpp_lite_topo/config.sh') diff --git a/tests/data_plane/vpp_lite_topo/config.sh b/tests/data_plane/vpp_lite_topo/config.sh index a546c52..87cc041 100644 --- a/tests/data_plane/vpp_lite_topo/config.sh +++ b/tests/data_plane/vpp_lite_topo/config.sh @@ -4,7 +4,8 @@ ODL_IP="127.0.0.1" ODL_PORT="8181" # path to vpp executable -VPP_LITE_BIN=/vpp/build-root/install-vpp_lite_debug-native/vpp/bin/vpp +VPP_LITE_DIR=/vpp/build-root/install-vpp_lite_debug-native/vpp/bin +VPP_LITE_BIN=${VPP_LITE_DIR}/vpp VPP_API_TEST=/vpp/build-root/install-vpp_lite_debug-native/vpp-api-test/bin/vpp_api_test # read user config file if exists -- cgit 1.2.3-korg