Skip to content

Commit 4090c9a

Browse files
committed
--amend
1 parent 03880c9 commit 4090c9a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@ var extensionBinaries = []TestBinary{
197197
imageTag: "cluster-openshift-apiserver-operator",
198198
binaryPath: "/usr/bin/cluster-openshift-apiserver-operator-tests-ext.gz",
199199
},
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+
},
200212
}
201213

202214
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)