summaryrefslogtreecommitdiff
path: root/test/e2e/config_ppc64le.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-11-01 06:19:51 -0700
committerGitHub <noreply@github.com>2018-11-01 06:19:51 -0700
commit20a3a53c2faea408af47023ea60c76b5b5ecea3c (patch)
treefd0ac4794b476315375af880d15051c6c977331a /test/e2e/config_ppc64le.go
parente75469ab99c48e9fbe2b36ade229d384bdea9144 (diff)
parent0360ec725acf7a179b03f4d7a3a5fe1cc2e383c8 (diff)
downloadpodman-20a3a53c2faea408af47023ea60c76b5b5ecea3c.tar.gz
podman-20a3a53c2faea408af47023ea60c76b5b5ecea3c.tar.bz2
podman-20a3a53c2faea408af47023ea60c76b5b5ecea3c.zip
Merge pull request #1740 from baude/ppc64le
allow ppc64le to pass libpod integration tests
Diffstat (limited to 'test/e2e/config_ppc64le.go')
-rw-r--r--test/e2e/config_ppc64le.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/e2e/config_ppc64le.go b/test/e2e/config_ppc64le.go
new file mode 100644
index 000000000..8c821fc7f
--- /dev/null
+++ b/test/e2e/config_ppc64le.go
@@ -0,0 +1,11 @@
+package integration
+
+var (
+ STORAGE_OPTIONS = "--storage-driver overlay"
+ ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs"
+ CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, infra, labels}
+ nginx = "quay.io/baude/alpine_nginx-ppc64le:latest"
+ BB_GLIBC = "docker.io/ppc64le/busybox:glibc"
+ labels = "quay.io/baude/alpine_labels-ppc64le:latest"
+ registry string
+)