1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/plugin
Brian Goff da9289fb54
Improvements to the test runners
1. Use `go list` to get list of integration dirs to build. This means we
   do not need to have a valid `.go` in every subdirectory and also
   filters out other dirs like "bundles" which may have been created.
2. Add option to specify custom flags for integration and
   integration-cli. This is needed so both suites can be run AND set
   custom flags... since the cli suite does not support standard go
   flags.
3. Add options to skip an entire integration suite.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit abece9b562)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-19 18:55:57 +02:00
..
authz Use assert.NilError() instead of assert.Assert() 2019-01-21 13:16:02 +01:00
common API: properly handle invalid JSON to return a 400 status 2018-11-06 21:30:44 +01:00
graphdriver Fix flaky TestExternalGraphDriver/pull test 2018-07-17 10:45:33 +02:00
logging Improvements to the test runners 2019-08-19 18:55:57 +02:00
volumes Improvements to the test runners 2019-08-19 18:55:57 +02:00
pkg_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00