diff options
Diffstat (limited to 'tests/data_plane/vpp_lite_topo/config.sh')
-rw-r--r-- | tests/data_plane/vpp_lite_topo/config.sh | 3 |
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 89fd908..c615707 100644 --- a/tests/data_plane/vpp_lite_topo/config.sh +++ b/tests/data_plane/vpp_lite_topo/config.sh @@ -116,7 +116,8 @@ function start_vpp unix { log /tmp/$2.log \ full-coredump \ cli-listen localhost:$1 } \ - api-trace { on } api-segment { prefix "$2" } + api-trace { on } api-segment { prefix "$2" } \ + plugins { plugin dpdk_plugin.so { disable } } } function print_status |