Skip to content

Commit d7e01b7

Browse files
Merge pull request #30653 from gangwgr/test-oc-cli
CNTRLPLANE-2167:Add oc-tests-ext to extension binaries
2 parents b9c7edd + 17371a2 commit d7e01b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ var extensionBinaries = []TestBinary{
263263
imageTag: "cluster-node-tuning-operator",
264264
binaryPath: "/usr/bin/cluster-node-tuning-operator-test-ext.gz",
265265
},
266+
{
267+
imageTag: "cli",
268+
binaryPath: "/usr/bin/oc-tests-ext.gz",
269+
},
266270
}
267271

268272
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)