quic: disable quic plugin by default
[vpp.git] / src / plugins / quic / test / test_quic.py
index 7e377d2..9b368dc 100644 (file)
@@ -37,6 +37,10 @@ class QUICAppWorker(Worker):
 
 class QUICTestCase(VppTestCase):
     """ QUIC Test Case """
+    @classmethod
+    def setUpClass(cls):
+        cls.extra_vpp_plugin_config.append("plugin quic_plugin.so { enable }")
+        super(QUICTestCase, cls).setUpClass()
 
     def setUp(self):
         super(QUICTestCase, self).setUp()