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 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
..
build Testing: create new daemon (only) if needed 2019-02-23 13:32:59 +01:00
config Replace waitAndAssert in config_test.go with poll.WaitOn 2019-01-15 03:54:52 +00:00
container Capabilities refactor 2019-01-22 21:50:41 +02:00
image Replace t.Fatal(err) with assert.NilError(err) 2019-01-13 21:36:25 +00:00
internal Move serviceRunningTasksCount to integration/internal/swarm 2019-01-19 18:54:32 +00:00
network Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00
plugin Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
secret Fatalf -> Fatal 2019-01-27 00:43:24 +00:00
service Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00
session Testing: create new daemon (only) if needed 2019-02-23 13:32:59 +01:00
system Merge pull request #38609 from kwojcicki/enhancement/38518-docker_info_builder_version 2019-02-01 07:04:11 +08:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Run volume-tests again remote daemons as well 2019-01-10 10:18:22 +01:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00