Skip to content

Commit

Permalink
Add 1.0.0 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jan 9, 2021
1 parent 6458e20 commit 66aa35f
Show file tree
Hide file tree
Showing 5 changed files with 26,327 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/verify-1.0.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.0.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
4 changes: 4 additions & 0 deletions test/e2e/verify-1.0.0/02-delete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: kubectl delete -f cert-manager/cert-manager.yaml
Loading

0 comments on commit 66aa35f

Please sign in to comment.