Skip to content

Commit 3fda4d8

Browse files
Merge pull request #29949 from camilamacedo86/add-olmv1-test-ext
OPRUN-3965: Enable OTE for Operator Controller (OLMv1)
2 parents 561f034 + 34466ca commit 3fda4d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ var extensionBinaries = []TestBinary{
176176
imageTag: "machine-api-operator",
177177
binaryPath: "/machine-api-tests-ext.gz",
178178
},
179+
{
180+
imageTag: "olm-operator-controller",
181+
binaryPath: "/usr/bin/olmv1-tests-ext.gz",
182+
},
179183
{
180184
imageTag: "machine-config-operator",
181185
binaryPath: "/usr/bin/machine-config-tests-ext.gz",

0 commit comments

Comments
 (0)