Documentation ¶
Index ¶
- func AddrAdd(t *testing.T, ns netops.Namespace, name, addr string)
- func BridgeAdd(t *testing.T, ns netops.Namespace, name string)
- func CheckVRF(t *testing.T, ns netops.Namespace)
- func ConnectToHTTPServer(t *testing.T, ns netops.Namespace, addr, localAddr netip.AddrPort)
- func DeleteNamedNS(t *testing.T, ns netops.Namespace)
- func HwAddrAdd(t *testing.T, ns netops.Namespace, name, hwAddr string)
- func LinkSetMaster(t *testing.T, ns netops.Namespace, name, masterName string)
- func NewNamedNS(t *testing.T, prefix string) netops.Namespace
- func RouteAdd(t *testing.T, ns netops.Namespace, dest, gw, dev string)
- func RunTunnelTest(t *testing.T, tunnelType string, ...)
- func VethAdd(t *testing.T, ns netops.Namespace, name string, peerNamespace netops.Namespace, ...)
- type TestHTTPServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectToHTTPServer ¶
func RunTunnelTest ¶
Types ¶
type TestHTTPServer ¶
type TestHTTPServer struct {
// contains filtered or unexported fields
}
func StartHTTPServer ¶
func (*TestHTTPServer) Shutdown ¶
func (s *TestHTTPServer) Shutdown(t *testing.T)
Click to show internal directories.
Click to hide internal directories.