tests: "force solo" testcase support
[vpp.git] / src / plugins / dhcp / test / test_dhcp.py
index 065683f..266932c 100644 (file)
@@ -35,6 +35,10 @@ DHCP6_SERVER_PORT = 546
 class TestDHCP(VppTestCase):
     """ DHCP Test Case """
 
+    @classmethod
+    def force_solo(cls):
+        return True
+
     @classmethod
     def setUpClass(cls):
         super(TestDHCP, cls).setUpClass()