Skip to content

Commit d0409a1

Browse files
committed
s
1 parent 627fc08 commit d0409a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/v1/stable.clusterversion.testsuite.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,26 +421,30 @@ tests:
421421
apiVersion: config.openshift.io/v1
422422
kind: ClusterVersion
423423
spec:
424+
clusterID: foo
424425
signatureStores:
425426
- https://osus.ocp.com
426427
expected: |
427428
apiVersion: config.openshift.io/v1
428429
kind: ClusterVersion
429430
spec:
431+
clusterID: foo
430432
signatureStores:
431433
- https://osus.ocp.com
432434
- name: Should be able to set multiple custom signature store
433435
initial: |
434436
apiVersion: config.openshift.io/v1
435437
kind: ClusterVersion
436438
spec:
439+
clusterID: foo
437440
signatureStores:
438441
- https://osus1.ocp.com
439442
- https://osus2.ocp.com
440443
expected: |
441444
apiVersion: config.openshift.io/v1
442445
kind: ClusterVersion
443446
spec:
447+
clusterID: foo
444448
signatureStores:
445449
- https://osus1.ocp.com
446450
- https://osus2.ocp.com
@@ -449,6 +453,7 @@ tests:
449453
apiVersion: config.openshift.io/v1
450454
kind: ClusterVersion
451455
spec:
456+
clusterID: foo
452457
signatureStores:
453458
- osus1.ocp.com
454459
expectedError: "signatureStores must contain only valid absolute URLs per the Go net/url standard"
@@ -457,9 +462,11 @@ tests:
457462
apiVersion: config.openshift.io/v1
458463
kind: ClusterVersion
459464
spec:
465+
clusterID: foo
460466
signatureStores: []
461467
expected: |
462468
apiVersion: config.openshift.io/v1
463469
kind: ClusterVersion
464470
spec:
471+
clusterID: foo
465472
signatureStores: []

0 commit comments

Comments
 (0)