1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli/daemon
Vincent Demeester c502fb49dc Use *check.C in StartWithBusybox, Start, Stop and Restart…
… to make sure it doesn't fail. It also introduce StartWithError,
StopWithError and RestartWithError in case we care about the
error (and want the error to happen).

This removes the need to check for error and make the intent more
clear : I want a deamon with busybox loaded on it — if an error occur
it should fail the test, but it's not the test code that has the
responsability to check that.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-12 09:46:47 +01:00
..
daemon.go Use *check.C in StartWithBusybox, Start, Stop and Restart… 2016-12-12 09:46:47 +01:00
daemon_swarm.go Extract daemon to its own package 2016-12-09 22:26:42 +01:00
daemon_unix.go Extract daemon to its own package 2016-12-09 22:26:42 +01:00
daemon_windows.go Extract daemon to its own package 2016-12-09 22:26:42 +01:00
npipe.go Extract daemon to its own package 2016-12-09 22:26:42 +01:00
npipe_windows.go Extract daemon to its own package 2016-12-09 22:26:42 +01:00