Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + func PingTCP(t *testing.T, ip net.IP, port int) net.Conn + func PingUDP(t *testing.T, ip net.IP, port int) net.Conn + func RunCommands(t *testing.T, cmds []string, ignoreErrors bool) []string + func StartServerTCP(t *testing.T, ip net.IP, port int) io.Closer — linux/amd64 + func StartServerTCPNs(t *testing.T, ip net.IP, port int, ns string) io.Closer — linux/amd64 + func StartServerUDP(t *testing.T, ip net.IP, port int) io.Closer — linux/amd64 + func StartServerUDPNs(t *testing.T, ip net.IP, port int, ns string) io.Closer — linux/amd64