Skip to content

Commit 49edde5

Browse files
committed
Add cno test extension binary
Signed-off-by: zhaozhanqi <zzhao@redhat.com>
1 parent 0cbc2eb commit 49edde5

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
@@ -251,6 +251,10 @@ var extensionBinaries = []TestBinary{
251251
imageTag: "cluster-version-operator",
252252
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",
253253
},
254+
{
255+
imageTag: "cluster-network-operator",
256+
binaryPath: "/usr/bin/cluster-network-operator-tests-ext.gz",
257+
},
254258
}
255259

256260
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)