aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_npt66.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_npt66.py')
-rw-r--r--test/test_npt66.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_npt66.py b/test/test_npt66.py
index 6565c38aae0..44a9e87cb89 100644
--- a/test/test_npt66.py
+++ b/test/test_npt66.py
@@ -12,6 +12,10 @@ from scapy.packet import Raw
class TestNPT66(VppTestCase):
"""NPTv6 Test Case"""
+ extra_vpp_plugin_config = [
+ "plugin npt66_plugin.so {enable}",
+ ]
+
def setUp(self):
super(TestNPT66, self).setUp()