summaryrefslogtreecommitdiffstats
path: root/test/asf/test_counters.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_counters.py')
-rw-r--r--test/asf/test_counters.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/asf/test_counters.py b/test/asf/test_counters.py
index d3fc56a52c0..086189ae517 100644
--- a/test/asf/test_counters.py
+++ b/test/asf/test_counters.py
@@ -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