tests: refactor asf framework code
[vpp.git] / test / asf / test_vppinfra.py
index 4b49628..56391bf 100644 (file)
@@ -2,10 +2,10 @@
 
 import unittest
 
-from asfframework import VppTestCase, VppTestRunner
+from asfframework import VppAsfTestCase, VppTestRunner
 
 
-class TestVppinfra(VppTestCase):
+class TestVppinfra(VppAsfTestCase):
     """Vppinfra Unit Test Cases"""
 
     @classmethod