diff options
Diffstat (limited to 'test/asf/test_fib.py')
-rw-r--r-- | test/asf/test_fib.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/asf/test_fib.py b/test/asf/test_fib.py index bbc10d1c178..9d391f57ed1 100644 --- a/test/asf/test_fib.py +++ b/test/asf/test_fib.py @@ -2,12 +2,11 @@ import unittest -from asfframework import tag_fixme_vpp_workers -from asfframework import VppTestCase, VppTestRunner +from asfframework import VppAsfTestCase, VppTestRunner, tag_fixme_vpp_workers @tag_fixme_vpp_workers -class TestFIB(VppTestCase): +class TestFIB(VppAsfTestCase): """FIB Test Case""" @classmethod |