tests: "force solo" testcase support
[vpp.git] / src / plugins / memif / test / test_memif.py
index f11dd89..244818c 100644 (file)
@@ -16,6 +16,10 @@ from vpp_papi import VppEnum
 class TestMemif(VppTestCase):
     """ Memif Test Case """
 
+    @classmethod
+    def force_solo(cls):
+        return True
+
     @classmethod
     def setUpClass(cls):
         # fork new process before client connects to VPP