Tests whether nerdctl properly creates the default network when required. On Windows, the default driver used will be "nat". (netutil.DefaultNetworkName)
(t *testing.T)
| 21 | // Tests whether nerdctl properly creates the default network when required. |
| 22 | // On Windows, the default driver used will be "nat". (netutil.DefaultNetworkName) |
| 23 | func TestDefaultNetworkCreation(t *testing.T) { |
| 24 | testDefaultNetworkCreation(t) |
| 25 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…