Skip to content

Commit

Permalink
Add 1.6.3 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Korepta committed Feb 9, 2023
1 parent 364069b commit e85828b
Show file tree
Hide file tree
Showing 4 changed files with 17,345 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/e2e/verify-1.6.3/00-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: pwd
- command: ls -al cert-manager
- command: ls -al .
- command: cat cert-manager/cert-manager.yaml
- command: kubectl apply --validate=false -f cert-manager/cert-manager.yaml
4 changes: 4 additions & 0 deletions test/e2e/verify-1.6.3/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 --debug
4 changes: 4 additions & 0 deletions test/e2e/verify-1.6.3/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 e85828b

Please sign in to comment.