moby--moby/internal/test/daemon
Sebastiaan van Stijn b3407d2029
Testing: create new daemon (only) if needed
Some tests were skipped if the local daemon did not have
experimental features enabled; at the same time, some tests
unconditionally created a new (experimental) daemon, even if
the local daemon already had experimental enabled.

This patch;

- Checks if the "testEnv" is an experimental Linux daemon
- If not, and the daemon is running locally; spin up a new
  experimental daemon to be used during the test.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-02-23 13:32:59 +01:00
..
config.go
container.go
daemon.go Testing: create new daemon (only) if needed 2019-02-23 13:32:59 +01:00
daemon_unix.go
daemon_windows.go
node.go
ops.go
plugin.go Completely remove `d.NewClient` from testing tools 2019-02-07 16:07:02 -08:00
secret.go
service.go
swarm.go Completely remove `d.NewClient` from testing tools 2019-02-07 16:07:02 -08:00