X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip4.py;h=3f2894d01c104de22d5338a461aaddf3cd75cf6a;hb=785458895dac4fd1f337e0b949bf011c363da99a;hp=f9fa33c1c7cb0decde79d5effa15562d415e37a9;hpb=8f5fef2c78b95de1a636ce27111722b71702212a;p=vpp.git 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()