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