tests: add support for worker awareness
[vpp.git] / src / vnet / policer / test / test_policer_input.py
index 29ae58a..c95f664 100644 (file)
@@ -15,7 +15,7 @@ NUM_PKTS = 67
 
 class TestPolicerInput(VppTestCase):
     """ Policer on an input interface """
-    worker_config = "workers 2"
+    vpp_worker_count = 2
 
     def setUp(self):
         super(TestPolicerInput, self).setUp()