npt66: make plugin default disabled
[vpp.git] / test / test_npt66.py
index 6565c38..44a9e87 100644 (file)
@@ -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()