aboutsummaryrefslogtreecommitdiffstats
path: root/test/framework.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/framework.py')
-rw-r--r--test/framework.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/framework.py b/test/framework.py
index 004d2f62f49..22a4dd87571 100644
--- a/test/framework.py
+++ b/test/framework.py
@@ -316,6 +316,7 @@ class VppTestCase(unittest.TestCase):
"main-core", str(cpu_core_number), "}", "statseg",
"{", "socket-name", cls.stats_sock, "}", "plugins",
"{", "plugin", "dpdk_plugin.so", "{", "disable",
+ "}", "plugin", "rdma_plugin.so", "{", "disable",
"}", "plugin", "unittest_plugin.so", "{", "enable",
"}"] + cls.extra_vpp_plugin_config + ["}", ]
if cls.extra_vpp_punt_config is not None: