moby/integration
Sebastiaan van Stijn 352db26d5f
Fix flaky TestExternalGraphDriver/pull test
This test occassionally fails on s390x and Power;

    03:16:04 --- FAIL: TestExternalGraphDriver/pull (1.08s)
    03:16:04 external_test.go:402: assertion failed: error is not nil: Error: No such image: busybox:latest

Most likely these failures are caused due to Docker Hub updating
the busybox:latest image, but not all architectures yet being
available.

Instead of using `:latest`, pull an image by digest, so that
the test doesn't depend on Docker Hub having all architectures
available for `:latest`.

I selected the same digest as is currently used as "frozen image"
in the Dockerfile.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-07-17 10:45:33 +02:00
..
build Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
config moved integration tests from docker_cli_config_create_test.go to integration/config 2018-07-13 17:29:02 -04:00
container Migrate some ipcmode tests to integration 2018-07-04 16:32:18 +00:00
image Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
internal Fix golint issues 2018-07-11 22:19:03 +02:00
network add unique names to integration/network/service_test.go 2018-06-27 00:56:52 -07:00
plugin Fix flaky TestExternalGraphDriver/pull test 2018-07-17 10:45:33 +02:00
secret Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service refactored integration/service/network integration tests to use network package 2018-06-26 17:18:22 -04:00
session Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
system Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00