1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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 Add configuration validation option and tests. 2021-06-23 09:54:55 +00:00
container integration: remove deprecated endpoint test 2021-07-26 22:42:21 +02:00
daemon daemon: allow "builtin" as valid value for seccomp profiles 2021-08-07 15:40:47 +02:00
distribution
image remove layerstore indexing by OS (used for LCOW) 2021-06-10 17:49:11 +02:00
internal reformat "nolint" comments 2021-06-10 13:03:42 +02:00
network integration/libnetwork: make delInterface() a t.Helper() 2021-08-20 13:33:13 +02:00
plugin integration: copy loop variable into parallel test closures 2021-07-22 22:46:12 +02:00
secret
service Fix flaky TestInspect 2021-04-03 19:26:56 +02:00
session
system API,daemon: support type URL parameter to /system/df 2021-07-27 12:17:45 +02:00
testdata/https Update test certificates 2021-05-18 09:43:21 +02:00
volume integration: copy loop variable into parallel test closures 2021-07-22 22:46:12 +02:00
doc.go