Skip to content

Commit 8d1f099

Browse files
author
aaguirre
committed
add oc-mirror to extensionBinaries
1 parent 9df27cd commit 8d1f099

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
@@ -333,6 +333,10 @@ var extensionBinaries = []TestBinary{
333333
imageTag: "service-ca-operator",
334334
binaryPath: "/usr/bin/service-ca-operator-tests-ext.gz",
335335
},
336+
{
337+
imageTag: "oc-mirror-tests-extension",
338+
binaryPath: "/usr/bin/oc-mirror-test-extension.tar.gz",
339+
},
336340
}
337341

338342
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)