We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c7edd + 17371a2 commit d7e01b7Copy full SHA for d7e01b7
1 file changed
pkg/test/extensions/binary.go
@@ -263,6 +263,10 @@ var extensionBinaries = []TestBinary{
263
imageTag: "cluster-node-tuning-operator",
264
binaryPath: "/usr/bin/cluster-node-tuning-operator-test-ext.gz",
265
},
266
+ {
267
+ imageTag: "cli",
268
+ binaryPath: "/usr/bin/oc-tests-ext.gz",
269
+ },
270
}
271
272
// Info returns information about this particular extension.
0 commit comments