Skip to content

Commit

Permalink
update chainsaw test case with simplified minreplicas
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Jun 27, 2024
1 parent cbe4a8c commit 1050e95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e/tests/stable/chainsaw-test.yaml
Original file line number Diff line number Diff line change
@@ -666,7 +666,8 @@ spec:
autoPause: true
forProvider: {}
# Assert auto-pause-bucket is only created on localstack-b
# and localstack-c, as localstack-a is currently unhealthy.
# and localstack-c, as localstack-a is currently unhealthy
# and that it is not paused or Synced.
- assert:
resource:
apiVersion: provider-ceph.ceph.crossplane.io/v1alpha1
@@ -676,7 +677,6 @@ spec:
finalizers:
- "finalizer.managedresource.crossplane.io"
labels:
crossplane.io/paused: "true"
provider-ceph.backends.localstack-a: "true"
provider-ceph.backends.localstack-b: "true"
provider-ceph.backends.localstack-c: "true"
@@ -697,8 +697,8 @@ spec:
- reason: Available
status: "True"
type: Ready
- reason: ReconcileSuccess
status: "True"
- reason: ReconcileError
status: "False"
type: Synced
# Assert avoid-localstack-c-bucket is only created on localstack-b,
# as localstack-a is currently unhealthy and this bucket is not intended
@@ -752,7 +752,7 @@ spec:
- reason: HealthCheckSuccess
status: "True"
type: Ready

# Assert auto-pause-bucket is created on localstack-a and that it is Synced and paused.
- name: Assert auto-pause-bucket and avoid-localstack-c-bucket are created on localstack-a now that it is Healthy.
try:
- assert:

0 comments on commit 1050e95

Please sign in to comment.