From: Peter Mikus Date: Mon, 12 Aug 2019 08:14:57 +0000 (+0000) Subject: FIX: Vhost tests in latest VPP nightly X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=d7c297494fa96603a90dda7ec50e73c041ca6aa2 FIX: Vhost tests in latest VPP nightly Signed-off-by: Peter Mikus Change-Id: I26ec27b00e5cd48143a2389f2ff41ed876a7a013 --- diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py index a4d8533d52..41b5f54684 100644 --- a/resources/libraries/python/QemuUtils.py +++ b/resources/libraries/python/QemuUtils.py @@ -235,6 +235,7 @@ class QemuUtils(object): vpp_config.add_dpdk_no_tx_checksum_offload() vpp_config.add_plugin('disable', 'default') vpp_config.add_plugin('enable', 'dpdk_plugin.so') + vpp_config.add_plugin('enable', 'memif_plugin.so') vpp_config.write_config(startup) # Create VPP running configuration.