Skip to content

Commit

Permalink
E2E test for 1.1.0 of cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jan 1, 2021
1 parent 3f446f2 commit cc67bc6
Show file tree
Hide file tree
Showing 4 changed files with 26,456 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ build:
go build -race -o ./bin/cm-verifier cmd/ctl/main.go

.PHONY: e2e-test
e2e-test:
e2e-test: build
./hack/run-e2e-tests.sh
4 changes: 4 additions & 0 deletions test/e2e/verify-1.1.0/00-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: kubectl apply --validate=false -f cert-manager/cert-manager.yaml
4 changes: 4 additions & 0 deletions test/e2e/verify-1.1.0/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
Loading

0 comments on commit cc67bc6

Please sign in to comment.