Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add OVN-K tests extension
Signed-off-by: Martin Kennelly <[email protected]>
  • Loading branch information
martinkennelly authored and pperiyasamy committed Nov 28, 2025
commit 24073359d023424e08e56e4c6e17bdad203fe7f5
4 changes: 4 additions & 0 deletions pkg/test/extensions/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ var extensionBinaries = []TestBinary{
imageTag: "cluster-version-operator",
binaryPath: "/usr/bin/cluster-version-operator-tests.gz",
},
{
imageTag: "ovn-kubernetes",
binaryPath: "/usr/bin/ovnk-tests-ext.gz",
},
}

// Info returns information about this particular extension.
Expand Down