Skip to content

Commit 2cca38a

Browse files
committed
[NE-2131] register CIO tests extension
1 parent da8a7f3 commit 2cca38a

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: "cluster-ingress-operator",
222+
binaryPath: "/usr/bin/ingress-operator-ext-tests.gz",
223+
},
220224
}
221225

222226
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)