1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Add e2e test for image automation

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-11-16 19:11:02 +02:00
parent 121783976a
commit b05059a9c4
5 changed files with 139 additions and 2 deletions

View File

@@ -64,6 +64,9 @@ install-envtest: setup-envtest
setup-bootstrap-patch:
go run ./tests/bootstrap/main.go
setup-image-automation:
cd tests/image-automation && go run main.go
# Find or download setup-envtest
setup-envtest:
ifeq (, $(shell which setup-envtest))