tests: refactor asf framework code
[vpp.git] / test / asf / test_vpe_api.py
index 426a387..4d866ec 100644 (file)
 #  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):