Skip to content

Commit a289233

Browse files
Add CNO test extension binary
Register the cluster-network-operator OTE binary so openshift-tests can discover and run CNO-specific e2e tests from the payload. Based on openshift/cluster-network-operator#3015 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 355916d commit a289233

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ var extensionBinaries = []TestBinary{
293293
imageTag: "cluster-storage-operator",
294294
binaryPath: "/usr/bin/cluster-storage-operator-tests-ext.gz",
295295
},
296+
{
297+
imageTag: "cluster-network-operator",
298+
binaryPath: "/usr/bin/cluster-network-operator-tests-ext.gz",
299+
},
296300
{
297301
imageTag: "cluster-version-operator",
298302
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",

0 commit comments

Comments
 (0)