tests: make tests less make dependent
[vpp.git] / test / test_vppinfra.py
index 9cb782d..36cd55b 100644 (file)
@@ -2,13 +2,12 @@
 
 import unittest
 
-from framework import VppTestCase, VppTestRunner, running_extended_tests
-from framework import running_gcov_tests
+from framework import VppTestCase, VppTestRunner
 
 
 class TestVppinfra(VppTestCase):
     """ Vppinfra Unit Test Cases """
-    worker_config = "workers 1"
+    vpp_worker_count = 1
 
     @classmethod
     def setUpClass(cls):