diff options
Diffstat (limited to 'test/asf/test_api_client.py')
-rw-r--r-- | test/asf/test_api_client.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/asf/test_api_client.py b/test/asf/test_api_client.py index 97744c6ba1b..3f0fc8a1020 100644 --- a/test/asf/test_api_client.py +++ b/test/asf/test_api_client.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 TestAPIClient(VppTestCase): +class TestAPIClient(VppAsfTestCase): """API Internal client Test Cases""" def test_client_unittest(self): |