package network

import "github.com/docker/docker/integration/network"

Index

Functions

func CreateMasterDummy

func CreateMasterDummy(ctx context.Context, t *testing.T, master string)

CreateMasterDummy creates a dummy network interface

func CreateVlanInterface

func CreateVlanInterface(ctx context.Context, t *testing.T, master, slave, id string)

CreateVlanInterface creates a vlan network interface

func DeleteInterface

func DeleteInterface(ctx context.Context, t *testing.T, ifName string)

DeleteInterface deletes a network interface

func IsNetworkAvailable

func IsNetworkAvailable(ctx context.Context, c client.NetworkAPIClient, name string) cmp.Comparison

IsNetworkAvailable provides a comparison to check if a docker network is available

func IsNetworkNotAvailable

func IsNetworkNotAvailable(ctx context.Context, c client.NetworkAPIClient, name string) cmp.Comparison

IsNetworkNotAvailable provides a comparison to check if a docker network is not available

func LinkDoesntExist

func LinkDoesntExist(ctx context.Context, t *testing.T, master string)

LinkDoesntExist verifies that a link doesn't exist

func LinkExists

func LinkExists(ctx context.Context, t *testing.T, master string)

LinkExists verifies that a link exists

Source Files

helpers.go

Directories

PathSynopsis
integration/network/ipvlan
integration/network/macvlan
Version
v27.4.0-rc.2+incompatible
Published
Nov 19, 2024
Platform
js/wasm
Imports
8 packages
Last checked
6 minutes ago

Tools for package owners.