X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=e580a31812f2420e926f401b525d732e90d66314;hb=c701e5718201fbfb205998343da70c816c57795f;hp=8084d82266921d97393a1644ca147faee156548f;hpb=ff6cdcca2dc741bb3b0d3757e83ada523c7a4a45;p=vpp.git diff --git a/Makefile b/Makefile index 8084d822669..e580a31812f 100644 --- a/Makefile +++ b/Makefile @@ -398,6 +398,7 @@ rebuild-release: wipe-release build-release libexpand = $(subst $(subst ,, ),:,$(foreach lib,$(1),$(BR)/install-$(2)-native/vpp/$(lib)/$(3))) export TEST_DIR ?= $(WS_ROOT)/test +export RND_SEED ?= $(shell python3 -c 'import time; print(time.time())') define test $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-install,) @@ -412,6 +413,7 @@ define test EXTENDED_TESTS=$(EXTENDED_TESTS) \ PYTHON=$(PYTHON) \ OS_ID=$(OS_ID) \ + RND_SEED=$(RND_SEED) \ CACHE_OUTPUT=$(CACHE_OUTPUT) \ $(3) endef