File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,18 @@ var extensionBinaries = []TestBinary{
217
217
imageTag : "cluster-kube-storage-version-migrator-operator" ,
218
218
binaryPath : "/usr/bin/cluster-kube-storage-version-migrator-operator-tests-ext.gz" ,
219
219
},
220
+ {
221
+ imageTag : "cluster-openshift-controller-manager-operator" ,
222
+ binaryPath : "/usr/bin/cluster-openshift-controller-manager-operator-tests-ext.gz" ,
223
+ },
224
+ {
225
+ imageTag : "openshift-controller-manager" ,
226
+ binaryPath : "/usr/bin/openshift-controller-manager-tests-ext.gz" ,
227
+ },
228
+ {
229
+ imageTag : "cluster-config-operator" ,
230
+ binaryPath : "/usr/bin/cluster-config-operator-tests-ext.gz" ,
231
+ },
220
232
}
221
233
222
234
// Info returns information about this particular extension.
You can’t perform that action at this time.
0 commit comments