X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vppinfra.py;h=8b6ec965feacce86bf59f7f286bf769f6eff54f5;hb=92a8d761c412590f5112239be4c511091b2b2d5a;hp=9cb782d3593d65c299aeec6432edffee68062e9f;hpb=37b445468e45b537621269fc1e375f26ca2100ee;p=vpp.git diff --git a/test/test_vppinfra.py b/test/test_vppinfra.py index 9cb782d3593..8b6ec965fea 100644 --- a/test/test_vppinfra.py +++ b/test/test_vppinfra.py @@ -8,7 +8,7 @@ from framework import running_gcov_tests class TestVppinfra(VppTestCase): """ Vppinfra Unit Test Cases """ - worker_config = "workers 1" + vpp_worker_count = 1 @classmethod def setUpClass(cls):