Skip to content

Commit 8157b72

Browse files
committed
enable OTE for olmv0
1 parent 92f0f58 commit 8157b72

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
@@ -217,6 +217,10 @@ var extensionBinaries = []TestBinary{
217217
imageTag: "cluster-kube-storage-version-migrator-operator",
218218
binaryPath: "/usr/bin/cluster-kube-storage-version-migrator-operator-tests-ext.gz",
219219
},
220+
{
221+
imageTag: "operator-lifecycle-manager",
222+
binaryPath: "/usr/bin/olmv0-tests-ext.gz",
223+
},
220224
}
221225

222226
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)