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
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
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))