tests: pin python dependencies
[vpp.git] / Makefile
index 31fd881..976cb19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,7 @@ help:
        @echo " test-cov            - generate code coverage report for test framework"
        @echo " test-wipe-cov       - wipe code coverage report for test framework"
        @echo " test-checkstyle     - check PEP8 compliance for test framework"
+       @echo " test-refresh-deps   - refresh the Python dependencies for the tests"
        @echo ""
        @echo "Make Arguments:"
        @echo " V=[0|1]                  - set build verbosity level"
@@ -455,6 +456,9 @@ test-wipe-cov:
 test-checkstyle:
        @make -C test checkstyle
 
+test-refresh-deps:
+       @make -C test refresh-deps
+
 retest:
        $(call test,vpp,vpp,retest)