Skip to content

Commit f6ecacf

Browse files
committed
Fix integration tests
1 parent 5b9622d commit f6ecacf

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

  • test-data/apply-configuration/overall
    • 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/oauth-apiserver-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/c5b3-body-cluster.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ 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
12-
- lastTransitionTime: "2025-09-09T00:08:37Z"
13-
reason: AsExpected
14-
status: "False"
12+
- lastTransitionTime: "2024-10-14T22:38:20Z"
13+
message: no apiserver.openshift-oauth-apiserver pods available on any node
14+
reason: Unavailable
15+
status: "True"
1516
type: APIServerDeploymentDegraded
1617
- lastTransitionTime: "2024-10-14T22:38:20Z"
1718
message: 'deployment/apiserver.openshift-oauth-apiserver: 0/1 pods have been updated
18-
to the latest generation and 0/1 pods are available'
19+
to the latest revision and 0/1 pods are available'
1920
reason: PodsUpdating
2021
status: "True"
2122
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ 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
12-
- lastTransitionTime: "2025-08-01T18:45:36Z"
13-
reason: AsExpected
14-
status: "False"
12+
- lastTransitionTime: "2025-08-07T22:38:20Z"
13+
message: no oauth-openshift.openshift-authentication pods available on any node
14+
reason: Unavailable
15+
status: "True"
1516
type: OAuthServerDeploymentDegraded
1617
- lastTransitionTime: "2025-08-07T22:38:20Z"
1718
message: 'deployment/oauth-openshift.openshift-authentication: 0/1 pods have been
18-
updated to the latest generation and 0/1 pods are available'
19+
updated to the latest revision and 0/1 pods are available'
1920
reason: PodsUpdating
2021
status: "True"
2122
type: OAuthServerDeploymentProgressing

0 commit comments

Comments
 (0)