tests: refactor asf framework code
[vpp.git] / test / sanity_run_vpp.py
index 5e2b3c1..4743102 100644 (file)
@@ -3,11 +3,10 @@
 from __future__ import print_function
 from multiprocessing import Pipe
 import sys
-import os
-from framework import VppDiedError, VppTestCase, KeepAliveReporter
+from asfframework import VppDiedError, VppAsfTestCase, KeepAliveReporter
 
 
-class SanityTestCase(VppTestCase):
+class SanityTestCase(VppAsfTestCase):
     """Sanity test case - verify whether VPP is able to start"""
 
     cpus = [0]