package network
import "github.com/docker/docker/integration/network"
Index ¶
- func CreateMasterDummy(t *testing.T, master string)
- func CreateVlanInterface(t *testing.T, master, slave, id string)
- func DeleteInterface(t *testing.T, ifName string)
- func IsNetworkAvailable(c client.NetworkAPIClient, name string) cmp.Comparison
- func IsNetworkNotAvailable(c client.NetworkAPIClient, name string) cmp.Comparison
- func LinkExists(t *testing.T, master string)
Functions ¶
func CreateMasterDummy ¶
CreateMasterDummy creates a dummy network interface
func CreateVlanInterface ¶
CreateVlanInterface creates a vlan network interface
func DeleteInterface ¶
DeleteInterface deletes a network interface
func IsNetworkAvailable ¶
func IsNetworkAvailable(c client.NetworkAPIClient, name string) cmp.Comparison
IsNetworkAvailable provides a comparison to check if a docker network is available
func IsNetworkNotAvailable ¶
func IsNetworkNotAvailable(c client.NetworkAPIClient, name string) cmp.Comparison
IsNetworkNotAvailable provides a comparison to check if a docker network is not available
func LinkExists ¶
LinkExists verifies that a link exists
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
integration/network/ipvlan | |
integration/network/macvlan |
- Version
- v23.0.14+incompatible
- Published
- Jun 5, 2024
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 3 minutes ago –
Tools for package owners.