tests: "force solo" testcase support
[vpp.git] / src / plugins / dhcp / test / test_dhcp6.py
index 7254496..ebd4372 100644 (file)
@@ -223,6 +223,10 @@ class TestDHCPv6DataPlane(VppTestCase):
 class TestDHCPv6IANAControlPlane(VppTestCase):
     """ DHCPv6 IA NA Control Plane Test Case """
 
+    @classmethod
+    def force_solo(cls):
+        return True
+
     @classmethod
     def setUpClass(cls):
         super(TestDHCPv6IANAControlPlane, cls).setUpClass()