We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03880c9 commit 4090c9aCopy full SHA for 4090c9a
pkg/test/extensions/binary.go
@@ -197,6 +197,18 @@ var extensionBinaries = []TestBinary{
197
imageTag: "cluster-openshift-apiserver-operator",
198
binaryPath: "/usr/bin/cluster-openshift-apiserver-operator-tests-ext.gz",
199
},
200
+ {
201
+ imageTag: "openshift-apiserver",
202
+ binaryPath: "/usr/bin/openshift-apiserver-tests-ext.gz",
203
+ },
204
205
+ imageTag: "oauth-apiserver",
206
+ binaryPath: "/usr/bin/oauth-apiserver-tests-ext.gz",
207
208
209
+ imageTag: "service-ca-operator",
210
+ binaryPath: "/usr/bin/service-ca-operator-tests-ext.gz",
211
212
}
213
214
// Info returns information about this particular extension.
0 commit comments