MCPcopy Create free account
hub / github.com/containerd/nerdctl / TestDefaultNetworkCreation

Function TestDefaultNetworkCreation

pkg/netutil/netutil_windows_test.go:23–25  ·  view source on GitHub ↗

Tests whether nerdctl properly creates the default network when required. On Windows, the default driver used will be "nat". (netutil.DefaultNetworkName)

(t *testing.T)

Source from the content-addressed store, hash-verified

21// Tests whether nerdctl properly creates the default network when required.
22// On Windows, the default driver used will be "nat". (netutil.DefaultNetworkName)
23func TestDefaultNetworkCreation(t *testing.T) {
24 testDefaultNetworkCreation(t)
25}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…