summaryrefslogtreecommitdiffstats
path: root/test/asf/test_string.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_string.py')
-rw-r--r--test/asf/test_string.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/asf/test_string.py b/test/asf/test_string.py
index 3a861ef97a8..2eeecd7dfd8 100644
--- a/test/asf/test_string.py
+++ b/test/asf/test_string.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 TestString(VppTestCase):
+class TestString(VppAsfTestCase):
"""String Test Cases"""
@classmethod