Skip to content

Commit b85e830

Browse files
committed
test fix
1 parent 23e47a4 commit b85e830

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

config/v1/tests/clusterversions.config.openshift.io/CVORelatedObjects.yaml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,29 @@ tests:
2424
spec:
2525
clusterID: foo
2626
status:
27+
desired:
28+
version: foo
29+
image: foo
30+
architecture: Multi
31+
observedGeneration: 1
32+
versionHash: foo
33+
availableUpdates:
34+
- version: foo
35+
image: foo
2736
updated: |
2837
apiVersion: config.openshift.io/v1
2938
kind: Infrastructure
3039
spec:
3140
status:
32-
controlPlaneTopology: HighlyAvailable
33-
infrastructureTopology: HighlyAvailable
34-
platform: AWS
41+
desired:
42+
version: foo
43+
image: foo
44+
architecture: Multi
45+
observedGeneration: 1
46+
versionHash: foo
47+
availableUpdates:
48+
- version: foo
49+
image: foo
3550
relatedObjects:
3651
- group: g1
3752
resource: r1
@@ -41,9 +56,15 @@ tests:
4156
kind: Infrastructure
4257
spec:
4358
status:
44-
controlPlaneTopology: HighlyAvailable
45-
infrastructureTopology: HighlyAvailable
46-
platform: AWS
59+
desired:
60+
version: foo
61+
image: foo
62+
architecture: Multi
63+
observedGeneration: 1
64+
versionHash: foo
65+
availableUpdates:
66+
- version: foo
67+
image: foo
4768
relatedObjects:
4869
- group: g1
4970
resource: r1

0 commit comments

Comments
 (0)