Skip to content

Commit

Permalink
Add OVN-K tests extension
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kennelly <[email protected]>
  • Loading branch information
martinkennelly committed Feb 17, 2025
1 parent 097dfb1 commit cf10483
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/test/extensions/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ var extensionBinaries = []TestBinary{
imageTag: "hyperkube",
binaryPath: "/usr/bin/k8s-tests-ext.gz",
},
{
imageTag: "ovn-kubernetes",
binaryPath: "/usr/bin/ovnk-tests-ext.gz",
},
}

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

0 comments on commit cf10483

Please sign in to comment.