testutils

package
v0.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2019 License: Apache-2.0 Imports: 10 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CmdAddWithResult

func CmdAddWithResult(cniNetns, cniIfname string, conf []byte, f func() error) (types.Result, []byte, error)

func CmdDelWithResult

func CmdDelWithResult(cniNetns, cniIfname string, f func() error) error

func Ping added in v0.6.0

func Ping(saddr, daddr string, isV6 bool, timeoutSec int) error

Ping shells out to the `ping` command. Returns nil if successful.

Types

type BadReader added in v0.6.0

type BadReader struct {
	Error error
}

BadReader is an io.Reader which always errors

func (*BadReader) Close added in v0.6.0

func (r *BadReader) Close() error

func (*BadReader) Read added in v0.6.0

func (r *BadReader) Read(buffer []byte) (int, error)

Directories

Path Synopsis
Echosvr is a simple TCP echo server It prints its listen address on stdout 127.0.0.1:xxxxx A test should wait for this line, parse it and may then attempt to connect.
Echosvr is a simple TCP echo server It prints its listen address on stdout 127.0.0.1:xxxxx A test should wait for this line, parse it and may then attempt to connect.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL