moby--moby/integration
Sebastiaan van Stijn 7e67bc067f
integration/libnetwork: make delInterface() a t.Helper()
Otherwise errors within this function will all show to be at the line
number of the utility, instead of where it failed in the test:

    === RUN   TestDaemonDefaultNetworkPools
        service_test.go:23: assertion failed:
            Command:  ip link delete docker0
            ExitCode: 127
            Error:    exec: "ip": executable file not found in $PATH
            Stdout:
            Stderr:

            Failures:
            ExitCode was 127 expected 0
            Expected no error

    === RUN   TestDaemonRestartWithExistingNetwork
        service_test.go:23: assertion failed:
            Command:  ip link delete docker0
            ExitCode: 127
            Error:    exec: "ip": executable file not found in $PATH
            Stdout:
            Stderr:

            Failures:
            ExitCode was 127 expected 0
            Expected no error

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-20 13:33:13 +02:00
..
build API,daemon: support `type` URL parameter to /system/df 2021-07-27 12:17:45 +02:00
config
container
daemon daemon: allow "builtin" as valid value for seccomp profiles 2021-08-07 15:40:47 +02:00
distribution
image
internal
network integration/libnetwork: make delInterface() a t.Helper() 2021-08-20 13:33:13 +02:00
plugin
secret
service
session
system API,daemon: support `type` URL parameter to /system/df 2021-07-27 12:17:45 +02:00
testdata/https
volume
doc.go