X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fasf%2Ftest_counters.py;h=086189ae5170dfc70509d4b82ce6464650d09d19;hb=8800f732f868bf54da8adba05e38bd2477895ca5;hp=d3fc56a52c00e5d366a945df6e173117991d3275;hpb=af5684bf18077acf1f448c6f2a62ef1af9f9be05;p=vpp.git 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