X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fsanity_run_vpp.py;h=47431021db58d88d94608c322fdf979edf48f469;hb=8800f732f868bf54da8adba05e38bd2477895ca5;hp=5e2b3c1f92becc8cf2b4874ab0129231442b9df9;hpb=af5684bf18077acf1f448c6f2a62ef1af9f9be05;p=vpp.git diff --git a/test/sanity_run_vpp.py b/test/sanity_run_vpp.py index 5e2b3c1f92b..47431021db5 100644 --- a/test/sanity_run_vpp.py +++ b/test/sanity_run_vpp.py @@ -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]