Skip to content

Commit 87d58ca

Browse files
Merge pull request #30120 from wangke19/add-oasop-test-ext
CNTRLPLANE-1257: Enable OTE for apiserver Operators and servers
2 parents 50cba64 + 915c458 commit 87d58ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,26 @@ var extensionBinaries = []TestBinary{
193193
imageTag: "cluster-kube-apiserver-operator",
194194
binaryPath: "/usr/bin/cluster-kube-apiserver-operator-tests-ext.gz",
195195
},
196+
{
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+
imageTag: "cluster-kube-controller-manager-operator",
214+
binaryPath: "/usr/bin/cluster-kube-controller-manager-operator-tests-ext.gz",
215+
},
196216
}
197217

198218
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)