diff --git a/Makefile b/Makefile index 34a5d46e13..bdfe4c9947 100644 --- a/Makefile +++ b/Makefile @@ -785,9 +785,9 @@ test-integration: ## run all integration tests. test-load: ## run all load tests AZURE_IPAM_VERSION=$(AZURE_IPAM_VERSION) \ - CNI_VERSION=$(CNI_VERSION) + CNI_VERSION=$(CNI_VERSION) CNS_VERSION=$(CNS_VERSION) \ - go test -timeout 30m -race -tags=load ./test/integration/load... + go test -timeout 30m -race -tags=load ./test/integration/load... -v test-validate-state: cd test/integration/load && go test -mod=readonly -count=1 -timeout 30m -tags load -run ^TestValidateState