X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fvpp_lite_topo%2Fconfig.sh;fp=tests%2Fdata_plane%2Fvpp_lite_topo%2Fconfig.sh;h=f938bfa8d30cf3c50367d284669b290d98919b64;hb=348f41abe845c78afd1f441ff6dcbd0876686b87;hp=4115617d198be17f6be7b059f2d5178dbd1d3f0b;hpb=f3ac1dd5823fd7798b47d319e764da5945b5812c;p=one.git 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