Merge pull request #539 from olivierlemasle/e2e

Add initial e2e tests
This commit is contained in:
Kubernetes Prow Robot 2023-01-19 03:30:34 -08:00 committed by GitHub
commit f607905cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 539 additions and 2 deletions

View file

@ -55,6 +55,11 @@ push-multi-arch:
test:
CGO_ENABLED=0 go test ./cmd/... ./pkg/...
.PHONY: test-e2e
test-e2e:
./test/run-e2e-tests.sh
# Static analysis
# ---------------