diff options
Diffstat (limited to 'test/test_ip4.py')
-rw-r--r-- | test/test_ip4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ip4.py b/test/test_ip4.py index f9fa33c1c7c..3f2894d01c1 100644 --- a/test/test_ip4.py +++ b/test/test_ip4.py @@ -1605,7 +1605,7 @@ class TestIPPunt(IPPuntSetup, VppTestCase): class TestIPPuntHandoff(IPPuntSetup, VppTestCase): """ IPv4 Punt Policer thread handoff """ - worker_config = "workers 2" + vpp_worker_count = 2 def setUp(self): super(TestIPPuntHandoff, self).setUp() |