Skip to content

Commit e03cfa1

Browse files
Merge pull request #30560 from jluhrsen/add-ovn-tests-extension
CORENET-6168: Add ovn tests extension
2 parents ab008a5 + c72aeb6 commit e03cfa1

File tree

1 file changed

+58
-54
lines changed

1 file changed

+58
-54
lines changed

pkg/test/extensions/binary.go

Lines changed: 58 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -213,121 +213,125 @@ var extensionBinaries = []TestBinary{
213213
},
214214

215215
// Extensions in other payload images
216-
{
217-
imageTag: "hyperkube",
218-
binaryPath: "/usr/bin/k8s-tests-ext.gz",
219-
},
220-
{
221-
imageTag: "machine-api-operator",
222-
binaryPath: "/machine-api-tests-ext.gz",
223-
},
224216
{
225217
imageTag: "aws-machine-controllers",
226218
binaryPath: "/machine-api-provider-aws-tests-ext.gz",
227219
},
228220
{
229-
imageTag: "cluster-control-plane-machine-set-operator",
230-
binaryPath: "/cluster-control-plane-machine-set-operator-ext.gz",
221+
imageTag: "cli",
222+
binaryPath: "/usr/bin/oc-tests-ext.gz",
231223
},
232224
{
233-
imageTag: "olm-operator-controller",
234-
binaryPath: "/usr/bin/olmv1-tests-ext.gz",
225+
imageTag: "cloud-credential-operator",
226+
binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",
235227
},
236228
{
237-
imageTag: "machine-config-operator",
238-
binaryPath: "/usr/bin/machine-config-tests-ext.gz",
229+
imageTag: "cluster-authentication-operator",
230+
binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz",
239231
},
240232
{
241-
imageTag: "cluster-monitoring-operator",
242-
binaryPath: "/usr/bin/cluster-monitoring-operator-tests-ext.gz",
233+
imageTag: "cluster-cloud-controller-manager-operator",
234+
binaryPath: "/usr/bin/cloud-controller-manager-aws-tests-ext.gz",
243235
},
244236
{
245-
imageTag: "cluster-storage-operator",
246-
binaryPath: "/usr/bin/cluster-storage-operator-tests-ext.gz",
237+
imageTag: "cluster-config-operator",
238+
binaryPath: "/usr/bin/cluster-config-operator-tests-ext.gz",
247239
},
248240
{
249-
imageTag: "cluster-kube-apiserver-operator",
250-
binaryPath: "/usr/bin/cluster-kube-apiserver-operator-tests-ext.gz",
241+
imageTag: "cluster-control-plane-machine-set-operator",
242+
binaryPath: "/cluster-control-plane-machine-set-operator-ext.gz",
251243
},
252244
{
253-
imageTag: "cluster-openshift-apiserver-operator",
254-
binaryPath: "/usr/bin/cluster-openshift-apiserver-operator-tests-ext.gz",
245+
imageTag: "cluster-etcd-operator",
246+
binaryPath: "/usr/bin/cluster-etcd-operator-tests-ext.gz",
255247
},
256248
{
257-
imageTag: "openshift-apiserver",
258-
binaryPath: "/usr/bin/openshift-apiserver-tests-ext.gz",
249+
imageTag: "cluster-image-registry-operator",
250+
binaryPath: "/usr/bin/cluster-image-registry-operator-tests-ext.gz",
259251
},
260252
{
261-
imageTag: "oauth-apiserver",
262-
binaryPath: "/usr/bin/oauth-apiserver-tests-ext.gz",
253+
imageTag: "cluster-ingress-operator",
254+
binaryPath: "/usr/bin/cluster-ingress-operator-tests-ext.gz",
263255
},
264256
{
265-
imageTag: "service-ca-operator",
266-
binaryPath: "/usr/bin/service-ca-operator-tests-ext.gz",
257+
imageTag: "cluster-kube-apiserver-operator",
258+
binaryPath: "/usr/bin/cluster-kube-apiserver-operator-tests-ext.gz",
267259
},
268260
{
269261
imageTag: "cluster-kube-controller-manager-operator",
270262
binaryPath: "/usr/bin/cluster-kube-controller-manager-operator-tests-ext.gz",
271263
},
264+
{
265+
imageTag: "cluster-kube-scheduler-operator",
266+
binaryPath: "/usr/bin/cluster-kube-scheduler-operator-tests-ext.gz",
267+
},
272268
{
273269
imageTag: "cluster-kube-storage-version-migrator-operator",
274270
binaryPath: "/usr/bin/cluster-kube-storage-version-migrator-operator-tests-ext.gz",
275271
},
276272
{
277-
imageTag: "operator-lifecycle-manager",
278-
binaryPath: "/usr/bin/olmv0-tests-ext.gz",
273+
imageTag: "cluster-monitoring-operator",
274+
binaryPath: "/usr/bin/cluster-monitoring-operator-tests-ext.gz",
275+
},
276+
{
277+
imageTag: "cluster-node-tuning-operator",
278+
binaryPath: "/usr/bin/cluster-node-tuning-operator-test-ext.gz",
279+
},
280+
{
281+
imageTag: "cluster-openshift-apiserver-operator",
282+
binaryPath: "/usr/bin/cluster-openshift-apiserver-operator-tests-ext.gz",
279283
},
280284
{
281285
imageTag: "cluster-openshift-controller-manager-operator",
282286
binaryPath: "/usr/bin/cluster-openshift-controller-manager-operator-tests-ext.gz",
283287
},
284288
{
285-
imageTag: "openshift-controller-manager",
286-
binaryPath: "/usr/bin/openshift-controller-manager-tests-ext.gz",
289+
imageTag: "cluster-storage-operator",
290+
binaryPath: "/usr/bin/cluster-storage-operator-tests-ext.gz",
287291
},
288292
{
289-
imageTag: "cluster-config-operator",
290-
binaryPath: "/usr/bin/cluster-config-operator-tests-ext.gz",
293+
imageTag: "cluster-version-operator",
294+
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",
291295
},
292296
{
293-
imageTag: "cluster-etcd-operator",
294-
binaryPath: "/usr/bin/cluster-etcd-operator-tests-ext.gz",
297+
imageTag: "hyperkube",
298+
binaryPath: "/usr/bin/k8s-tests-ext.gz",
295299
},
296300
{
297-
imageTag: "cluster-kube-scheduler-operator",
298-
binaryPath: "/usr/bin/cluster-kube-scheduler-operator-tests-ext.gz",
301+
imageTag: "machine-api-operator",
302+
binaryPath: "/machine-api-tests-ext.gz",
299303
},
300304
{
301-
imageTag: "cluster-image-registry-operator",
302-
binaryPath: "/usr/bin/cluster-image-registry-operator-tests-ext.gz",
305+
imageTag: "machine-config-operator",
306+
binaryPath: "/usr/bin/machine-config-tests-ext.gz",
303307
},
304308
{
305-
imageTag: "cluster-version-operator",
306-
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",
309+
imageTag: "oauth-apiserver",
310+
binaryPath: "/usr/bin/oauth-apiserver-tests-ext.gz",
307311
},
308312
{
309-
imageTag: "cluster-node-tuning-operator",
310-
binaryPath: "/usr/bin/cluster-node-tuning-operator-test-ext.gz",
313+
imageTag: "olm-operator-controller",
314+
binaryPath: "/usr/bin/olmv1-tests-ext.gz",
311315
},
312316
{
313-
imageTag: "cli",
314-
binaryPath: "/usr/bin/oc-tests-ext.gz",
317+
imageTag: "openshift-apiserver",
318+
binaryPath: "/usr/bin/openshift-apiserver-tests-ext.gz",
315319
},
316320
{
317-
imageTag: "cluster-authentication-operator",
318-
binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz",
321+
imageTag: "openshift-controller-manager",
322+
binaryPath: "/usr/bin/openshift-controller-manager-tests-ext.gz",
319323
},
320324
{
321-
imageTag: "cluster-cloud-controller-manager-operator",
322-
binaryPath: "/usr/bin/cloud-controller-manager-aws-tests-ext.gz",
325+
imageTag: "operator-lifecycle-manager",
326+
binaryPath: "/usr/bin/olmv0-tests-ext.gz",
323327
},
324328
{
325-
imageTag: "cloud-credential-operator",
326-
binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",
329+
imageTag: "ovn-kubernetes",
330+
binaryPath: "/usr/bin/ovn-kubernetes-tests-ext.gz",
327331
},
328332
{
329-
imageTag: "cluster-ingress-operator",
330-
binaryPath: "/usr/bin/cluster-ingress-operator-tests-ext.gz",
333+
imageTag: "service-ca-operator",
334+
binaryPath: "/usr/bin/service-ca-operator-tests-ext.gz",
331335
},
332336
}
333337

0 commit comments

Comments
 (0)