X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=923b0e856cf70bee5f8baa893853bef50141ed1e;hb=e0792fdff;hp=0c8b1730023a13bce5ed41a371456faa93ad0d5c;hpb=9529feb4525dfd13e5636640083361256121d275;p=vpp.git diff --git a/Makefile b/Makefile index 0c8b1730023..923b0e856cf 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ SAMPLE_PLUGIN?=no STARTUP_DIR?=$(PWD) MACHINE=$(shell uname -m) SUDO?=sudo +DPDK_CONFIG?=no-pci ,:=, define disable_plugins @@ -101,7 +102,7 @@ else RPM_DEPENDS += yum-utils RPM_DEPENDS += openssl-devel RPM_DEPENDS += python-devel python36-ply - RPM_DEPENDS += python36-devel python36-pip + RPM_DEPENDS += python3-devel python3-pip RPM_DEPENDS += python-virtualenv python36-jsonschema RPM_DEPENDS += devtoolset-7 RPM_DEPENDS += cmake3 @@ -423,6 +424,9 @@ test-all-debug: $(eval EXTENDED_TESTS=yes) $(call test,vpp,vpp_debug,test) +papi-wipe: + @make -C test papi-wipe + test-help: @make -C test help @@ -620,6 +624,8 @@ endif verify: pkg-verify ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-18.04) + $(call banner,"Testing vppapigen") + @src/tools/vppapigen/test_vppapigen.py $(call banner,"Running tests") @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test endif