X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=787dd9d12c7cff5c51adb58814c1c863beed0c01;hb=3747c75a215f082bc52198a7229e1b1e529d7666;hp=6647d67b20b562af2dac0d9d5160b14da3d77553;hpb=153646e89c3be70c68348bdd497f8edd2b212a9c;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 6647d67b20b..787dd9d12c7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -78,6 +78,11 @@ sanity: verify-no-running-vpp echo \"* 2. execute debugger: gdb python -ex 'run sanity_import_vpp_papi.py'\" &&\ echo \"*******************************************************************\" &&\ false)" + @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && python sanity_run_vpp.py ||\ + (echo \"*******************************************************************\" &&\ + echo \"* Sanity check failed, cannot run vpp\" &&\ + echo \"*******************************************************************\" &&\ + false)" test: verify-python-path $(PAPI_INSTALL_DONE) sanity reset $(call retest-func)