tests: refactor asf framework code
[vpp.git] / test / asf / test_counters.py
index d3fc56a..086189a 100644 (file)
@@ -1,11 +1,10 @@
 #!/usr/bin/env python3
 
-from asfframework import VppTestCase
-from asfframework import tag_fixme_vpp_workers
+from asfframework import VppAsfTestCase, tag_fixme_vpp_workers
 
 
 @tag_fixme_vpp_workers
-class TestCounters(VppTestCase):
+class TestCounters(VppAsfTestCase):
     """Counters C Unit Tests"""
 
     @classmethod