Skip to content

Commit 9512c04

Browse files
committed
Add cno test extension binary
1 parent 205da96 commit 9512c04

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
@@ -243,6 +243,10 @@ var extensionBinaries = []TestBinary{
243243
imageTag: "cluster-etcd-operator",
244244
binaryPath: "/usr/bin/cluster-etcd-operator-tests-ext.gz",
245245
},
246+
{
247+
imageTag: "cluster-network-operator",
248+
binaryPath: "/usr/bin/cluster-network-operator-tests-ext.gz",
249+
},
246250
}
247251

248252
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)