diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2017-03-13 15:20:44 +0100 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2017-03-13 15:20:44 +0100 |
commit | 348f41abe845c78afd1f441ff6dcbd0876686b87 (patch) | |
tree | ce2f90db41bec971d587c25ac60d7981dd53a8c9 /tests | |
parent | f3ac1dd5823fd7798b47d319e764da5945b5812c (diff) |
Do not use vpp_lite
Change-Id: If6f6c822c30d0750655749bf0d887dee8866822f
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data_plane/vpp_lite_topo/config.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data_plane/vpp_lite_topo/config.sh b/tests/data_plane/vpp_lite_topo/config.sh index 4115617..f938bfa 100644 --- a/tests/data_plane/vpp_lite_topo/config.sh +++ b/tests/data_plane/vpp_lite_topo/config.sh @@ -4,9 +4,9 @@ ODL_IP="127.0.0.1" ODL_PORT="8181" # path to vpp executable -VPP_LITE_DIR=/vpp/build-root/install-vpp_lite_debug-native/vpp/bin +VPP_LITE_DIR=/vpp/build-root/install-vpp_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 +VPP_API_TEST=/vpp/build-root/install-vpp_debug-native/vpp-api-test/bin/vpp_api_test # read user config file if exists if [ -f "${HOME}/.onerc" ] ; then @@ -117,6 +117,7 @@ function start_vpp full-coredump \ cli-listen localhost:$1 } \ api-trace { on } api-segment { prefix "$2" } + plugins { plugin dpdk_plugin.so { disable } } } function print_status |