tests: refactor asf framework code
[vpp.git] / test / asf / test_vhost.py
index eb58463..622716c 100644 (file)
@@ -2,12 +2,12 @@
 
 import unittest
 
-from asfframework import VppTestCase, VppTestRunner
+from asfframework import VppAsfTestCase, VppTestRunner
 
 from vpp_vhost_interface import VppVhostInterface
 
 
-class TesVhostInterface(VppTestCase):
+class TesVhostInterface(VppAsfTestCase):
     """Vhost User Test Case"""
 
     @classmethod