X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fsanity_run_vpp.py;h=92f250b2a6bc688b92b48984585e25c5d35dfb29;hb=adb17a813c7f650c41167713b8c44ba56127bba4;hp=d1c29877b9b1e9c12aaf92b3a62d9f011c1d84af;hpb=185e6490eef10f5e0c5e9d08ad0fd4b976a73c9c;p=vpp.git diff --git a/test/sanity_run_vpp.py b/test/sanity_run_vpp.py index d1c29877b9b..92f250b2a6b 100644 --- a/test/sanity_run_vpp.py +++ b/test/sanity_run_vpp.py @@ -3,8 +3,7 @@ from __future__ import print_function from multiprocessing import Pipe from sys import exit -from hook import VppDiedError -from framework import VppTestCase, KeepAliveReporter +from framework import VppDiedError, VppTestCase, KeepAliveReporter class SanityTestCase(VppTestCase):