diff options
Diffstat (limited to 'test/asf/test_vpe_api.py')
-rw-r--r-- | test/asf/test_vpe_api.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/asf/test_vpe_api.py b/test/asf/test_vpe_api.py index 426a3878c59..4d866ec906a 100644 --- a/test/asf/test_vpe_api.py +++ b/test/asf/test_vpe_api.py @@ -13,13 +13,12 @@ # limitations under the License. import datetime import time -import unittest -from asfframework import VppTestCase +from asfframework import VppAsfTestCase enable_print = False -class TestVpeApi(VppTestCase): +class TestVpeApi(VppAsfTestCase): """TestVpeApi""" def test_log_dump_default(self): |