Skip to content

Commit

Permalink
fix: assert keptn-cert-manager integration test more precisely (#3258)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Mar 13, 2024
1 parent 2a3765a commit 7536579
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions .chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec:
assert: 6m40s
cleanup: 6m40s
error: 6m40s
exec: 6m40s
18 changes: 18 additions & 0 deletions test/chainsaw/testcertificate/cert-recreates/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ metadata:
control-plane: lifecycle-operator
status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: lifecycle-operator
status:
phase: Running
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: metrics-operator
status:
phase: Running
18 changes: 18 additions & 0 deletions test/chainsaw/testcertificate/cert-recreates/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ metadata:
control-plane: lifecycle-operator
status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: lifecycle-operator
status:
phase: Running
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: metrics-operator
status:
phase: Running
18 changes: 18 additions & 0 deletions test/chainsaw/testcertificate/cert-recreates/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,21 @@ metadata:
namespace: keptn-system
status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: lifecycle-operator
status:
phase: Running
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: metrics-operator
status:
phase: Running

0 comments on commit 7536579

Please sign in to comment.