tests: "force solo" testcase support
[vpp.git] / test / test_session.py
index 94218d0..309bf6e 100644 (file)
@@ -120,6 +120,10 @@ class TestSessionUnitTests(VppTestCase):
 class TestSvmFifoUnitTests(VppTestCase):
     """ SVM Fifo Unit Tests Case """
 
+    @classmethod
+    def force_solo(cls):
+        return True
+
     @classmethod
     def setUpClass(cls):
         super(TestSvmFifoUnitTests, cls).setUpClass()