tests: refactor asf framework code
[vpp.git] / test / asf / test_api_client.py
index 97744c6..3f0fc8a 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 TestAPIClient(VppTestCase):
+class TestAPIClient(VppAsfTestCase):
     """API Internal client Test Cases"""
 
     def test_client_unittest(self):