File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -421,26 +421,30 @@ tests:
421
421
apiVersion: config.openshift.io/v1
422
422
kind: ClusterVersion
423
423
spec:
424
+ clusterID: foo
424
425
signatureStores:
425
426
- https://osus.ocp.com
426
427
expected : |
427
428
apiVersion: config.openshift.io/v1
428
429
kind: ClusterVersion
429
430
spec:
431
+ clusterID: foo
430
432
signatureStores:
431
433
- https://osus.ocp.com
432
434
- name : Should be able to set multiple custom signature store
433
435
initial : |
434
436
apiVersion: config.openshift.io/v1
435
437
kind: ClusterVersion
436
438
spec:
439
+ clusterID: foo
437
440
signatureStores:
438
441
- https://osus1.ocp.com
439
442
- https://osus2.ocp.com
440
443
expected : |
441
444
apiVersion: config.openshift.io/v1
442
445
kind: ClusterVersion
443
446
spec:
447
+ clusterID: foo
444
448
signatureStores:
445
449
- https://osus1.ocp.com
446
450
- https://osus2.ocp.com
@@ -449,6 +453,7 @@ tests:
449
453
apiVersion: config.openshift.io/v1
450
454
kind: ClusterVersion
451
455
spec:
456
+ clusterID: foo
452
457
signatureStores:
453
458
- osus1.ocp.com
454
459
expectedError : " signatureStores must contain only valid absolute URLs per the Go net/url standard"
@@ -457,9 +462,11 @@ tests:
457
462
apiVersion: config.openshift.io/v1
458
463
kind: ClusterVersion
459
464
spec:
465
+ clusterID: foo
460
466
signatureStores: []
461
467
expected : |
462
468
apiVersion: config.openshift.io/v1
463
469
kind: ClusterVersion
464
470
spec:
471
+ clusterID: foo
465
472
signatureStores: []
You can’t perform that action at this time.
0 commit comments