Documentation ¶
Overview ¶
Package testhelpers supports testing of CNI components of different versions
For example, to build a plugin against an old version of the CNI library, we can pass the plugin's source and the old git commit reference to BuildAt. We could then test how the built binary responds when called by the latest version of this library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAt ¶
BuildAt builds the go programSource using the version of the CNI library at gitRef, and saves the resulting binary file at outputFilePath
func LocateCurrentGitRepo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.