1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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 Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
container.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon.go Testing: create new daemon (only) if needed 2019-02-23 13:32:59 +01:00
daemon_unix.go integration-cli: fix netns test cleanup 2018-11-01 13:23:47 -07:00
daemon_windows.go Remove daemon.BuildImageWithOut and use cli helpers function 2018-04-18 16:45:55 +02:00
node.go TestAPISwarmLeaderElection: add some debug 2018-11-01 13:24:39 -07:00
ops.go VXLAN UDP Port configuration support 2018-11-22 17:35:02 -05:00
plugin.go Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00
secret.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
swarm.go Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00