summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/vpp_lite_topo/config.sh
diff options
context:
space:
mode:
authorFlorin Coras <florin.coras@gmail.com>2016-10-10 10:54:29 +0000
committerGerrit Code Review <gerrit@fd.io>2016-10-10 10:54:29 +0000
commit1db8c38a6fa7fc692fe18bbd47eb2f87ec6b143b (patch)
treed8666acab6ffa948333519cf102ca0a30bac5c84 /tests/data_plane/vpp_lite_topo/config.sh
parentabc6884972bc0792f4817a3822f13128d716c889 (diff)
parentaea14fd0ac0868ee21b278695b2a5a17f6768141 (diff)
Merge "Add a help script for attaching running vpp with gdb"
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/config.sh')
-rw-r--r--tests/data_plane/vpp_lite_topo/config.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data_plane/vpp_lite_topo/config.sh b/tests/data_plane/vpp_lite_topo/config.sh
index 57b616a..a4709f0 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