diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-30 21:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 21:56:26 +0200 |
commit | b5b461ac28629c95795f0dee3fc6c804f2a47186 (patch) | |
tree | 21dd4ab48159d6f77570d2ac8e11acec35bc67cb /test/e2e/config_amd64.go | |
parent | 2dcfd3df0b58463b050385c0ccd7929c540bce21 (diff) | |
parent | f610a485c1bca7a78d3b2f70e2005b79668fab2f (diff) | |
download | podman-b5b461ac28629c95795f0dee3fc6c804f2a47186.tar.gz podman-b5b461ac28629c95795f0dee3fc6c804f2a47186.tar.bz2 podman-b5b461ac28629c95795f0dee3fc6c804f2a47186.zip |
Merge pull request #3147 from baude/testimagecache
use imagecaches for local tests
Diffstat (limited to 'test/e2e/config_amd64.go')
-rw-r--r-- | test/e2e/config_amd64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/config_amd64.go b/test/e2e/config_amd64.go index d02de7a6e..01aa8445a 100644 --- a/test/e2e/config_amd64.go +++ b/test/e2e/config_amd64.go @@ -1,7 +1,9 @@ package integration var ( + STORAGE_FS = "vfs" STORAGE_OPTIONS = "--storage-driver vfs" + ROOTLESS_STORAGE_FS = "vfs" ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs" CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels, healthcheck} nginx = "quay.io/libpod/alpine_nginx:latest" |