aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/QemuUtils.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-12 08:14:57 +0000
committerJan Gelety <jgelety@cisco.com>2019-08-13 11:11:35 +0000
commitd7c297494fa96603a90dda7ec50e73c041ca6aa2 (patch)
tree125169ba98e8ff256c70e781717642fb34fd7534 /resources/libraries/python/QemuUtils.py
parentb763901692e207a8f07386bb3bcba254cdeaa790 (diff)
FIX: Vhost tests in latest VPP nightly
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I26ec27b00e5cd48143a2389f2ff41ed876a7a013
Diffstat (limited to 'resources/libraries/python/QemuUtils.py')
-rw-r--r--resources/libraries/python/QemuUtils.py1
1 files changed, 1 insertions, 0 deletions
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.