Skip to content

Commit 895d552

Browse files
committed
Fix integration tests
1 parent 223b10b commit 895d552

4 files changed

Lines changed: 10 additions & 12 deletions

File tree

  • test-data/apply-configuration/overall
    • minimal-cluster/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications
    • oauth-apiserver-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications
    • oauth-server-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications

test-data/apply-configuration/overall/minimal-cluster/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/10d9-body-cluster.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ status:
99
status: "False"
1010
type: OAuthServerDeploymentAvailable
1111
- lastTransitionTime: "2024-10-14T22:38:20Z"
12-
message: |
13-
checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster: authentication.config.openshift.io "cluster" not found
12+
message: 'checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster:
13+
authentication.config.openshift.io "cluster" not found'
1414
reason: PreconditionNotFulfilled
1515
status: "True"
1616
type: OAuthServerDeploymentDegraded
@@ -19,8 +19,8 @@ status:
1919
status: "False"
2020
type: OAuthServerDeploymentProgressing
2121
- lastTransitionTime: "2024-10-14T22:38:20Z"
22-
message: |
23-
checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster: authentication.config.openshift.io "cluster" not found
22+
message: 'checking if authentication mode is OIDC: getting authentications.config.openshift.io/cluster:
23+
authentication.config.openshift.io "cluster" not found'
2424
reason: PreconditionNotFulfilled
2525
status: "True"
2626
type: OAuthServerWorkloadDegraded

test-data/apply-configuration/overall/minimal-cluster/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/3fff-body-cluster.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ status:
99
status: "False"
1010
type: APIServerDeploymentAvailable
1111
- lastTransitionTime: "2024-10-14T22:38:20Z"
12-
message: |
13-
waiting for .status.latestAvailableRevision to be available
12+
message: waiting for .status.latestAvailableRevision to be available
1413
reason: PreconditionNotFulfilled
1514
status: "True"
1615
type: APIServerDeploymentDegraded
@@ -19,8 +18,7 @@ status:
1918
status: "False"
2019
type: APIServerDeploymentProgressing
2120
- lastTransitionTime: "2024-10-14T22:38:20Z"
22-
message: |
23-
waiting for .status.latestAvailableRevision to be available
21+
message: waiting for .status.latestAvailableRevision to be available
2422
reason: PreconditionNotFulfilled
2523
status: "True"
2624
type: APIServerWorkloadDegraded

test-data/apply-configuration/overall/oauth-apiserver-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/c5b3-body-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
status:
66
conditions:
77
- lastTransitionTime: "2024-10-14T22:38:20Z"
8-
message: no apiserver.openshift-oauth-apiserver pods available on any node.
8+
message: no apiserver.openshift-oauth-apiserver pods available on any node
99
reason: NoPod
1010
status: "False"
1111
type: APIServerDeploymentAvailable
@@ -15,7 +15,7 @@ status:
1515
type: APIServerDeploymentDegraded
1616
- lastTransitionTime: "2024-10-14T22:38:20Z"
1717
message: 'deployment/apiserver.openshift-oauth-apiserver: 0/1 pods have been updated
18-
to the latest generation and 0/1 pods are available'
18+
to the latest revision and 0/1 pods are available'
1919
reason: PodsUpdating
2020
status: "True"
2121
type: APIServerDeploymentProgressing

test-data/apply-configuration/overall/oauth-server-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/5749-body-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
status:
66
conditions:
77
- lastTransitionTime: "2025-08-07T22:38:20Z"
8-
message: no oauth-openshift.openshift-authentication pods available on any node.
8+
message: no oauth-openshift.openshift-authentication pods available on any node
99
reason: NoPod
1010
status: "False"
1111
type: OAuthServerDeploymentAvailable
@@ -15,7 +15,7 @@ status:
1515
type: OAuthServerDeploymentDegraded
1616
- lastTransitionTime: "2025-08-07T22:38:20Z"
1717
message: 'deployment/oauth-openshift.openshift-authentication: 0/1 pods have been
18-
updated to the latest generation and 0/1 pods are available'
18+
updated to the latest revision and 0/1 pods are available'
1919
reason: PodsUpdating
2020
status: "True"
2121
type: OAuthServerDeploymentProgressing

0 commit comments

Comments
 (0)