tests: refactor asf framework code
[vpp.git] / test / asf / test_sparse_vec.py
index 614bc2e..cf0afd8 100644 (file)
@@ -2,11 +2,10 @@
 
 import unittest
 
-from asfframework import VppTestCase, VppTestRunner
-from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath
+from asfframework import VppAsfTestCase, VppTestRunner
 
 
-class TestSparseVec(VppTestCase):
+class TestSparseVec(VppAsfTestCase):
     """SparseVec Test Cases"""
 
     @classmethod