diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-10-05 10:26:03 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-10-10 16:48:38 +0000 |
commit | df2b980dafe3912267536a8ec5198978702cea4a (patch) | |
tree | cbfbdf86257892a25e0a63a56fee6e71e03bf272 /test/Makefile | |
parent | ac1a7286500c18ac51beb66e4a2b99ea26c8c966 (diff) |
make test: add RETRIES option
Change-Id: Ibe31e932bc997f0101a8947e01df90a90d1f100f
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index da77accc522..870d2af10ed 100644 --- a/test/Makefile +++ b/test/Makefile @@ -202,6 +202,7 @@ help: @echo " V=[0|1|2] - set test verbosity level" @echo " FAILFAST=[0|1] - fail fast if 1, complete all tests if 0" @echo " TIMEOUT=<timeout> - fail test suite if any single test takes longer than <timeout> to finish" + @echo " RETRIES=<n> - retry failed tests <n> times" @echo " DEBUG=<type> - set VPP debugging kind" @echo " DEBUG=core - detect coredump and load it in gdb on crash" @echo " DEBUG=gdb - allow easy debugging by printing VPP PID " |