diff --git a/config/v1/stable.clusterversion.testsuite.yaml b/config/v1/stable.clusterversion.testsuite.yaml index af8af2f5e0f..48d80763dcb 100644 --- a/config/v1/stable.clusterversion.testsuite.yaml +++ b/config/v1/stable.clusterversion.testsuite.yaml @@ -421,12 +421,14 @@ tests: apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: - https://osus.ocp.com expected: | apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: - https://osus.ocp.com - name: Should be able to set multiple custom signature store @@ -434,6 +436,7 @@ tests: apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: - https://osus1.ocp.com - https://osus2.ocp.com @@ -441,6 +444,7 @@ tests: apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: - https://osus1.ocp.com - https://osus2.ocp.com @@ -449,6 +453,7 @@ tests: apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: - osus1.ocp.com expectedError: "signatureStores must contain only valid absolute URLs per the Go net/url standard" @@ -457,9 +462,11 @@ tests: apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: [] expected: | apiVersion: config.openshift.io/v1 kind: ClusterVersion spec: + clusterID: foo signatureStores: []