summaryrefslogtreecommitdiff
path: root/test/python/dockerpy/tests/constant.py
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-25 11:52:06 -0400
committerGitHub <noreply@github.com>2020-06-25 11:52:06 -0400
commit7766192293b197c53141aa07d0ba43d3d92bcbac (patch)
tree782409c219fd5e27a12b3bdd43f3d1080c88a833 /test/python/dockerpy/tests/constant.py
parentc036eef44d5fe07b754968ca1eef57034350c53b (diff)
parentd7770df5ef9f6085a5e31e3260f7dc1f0056f162 (diff)
downloadpodman-7766192293b197c53141aa07d0ba43d3d92bcbac.tar.gz
podman-7766192293b197c53141aa07d0ba43d3d92bcbac.tar.bz2
podman-7766192293b197c53141aa07d0ba43d3d92bcbac.zip
Merge pull request #6760 from jwhonce/wip/python
Fix podman python docker-py tests
Diffstat (limited to 'test/python/dockerpy/tests/constant.py')
-rw-r--r--test/python/dockerpy/tests/constant.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/python/dockerpy/tests/constant.py b/test/python/dockerpy/tests/constant.py
new file mode 100644
index 000000000..b44442d02
--- /dev/null
+++ b/test/python/dockerpy/tests/constant.py
@@ -0,0 +1,13 @@
+BB = "docker.io/library/busybox:latest"
+NGINX = "docker.io/library/nginx:latest"
+ALPINE = "docker.io/library/alpine:latest"
+ALPINE_SHORTNAME = "alpine"
+ALPINELISTTAG = "docker.io/library/alpine:3.10.2"
+ALPINELISTDIGEST = "docker.io/library/alpine@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb"
+ALPINEAMD64DIGEST = "docker.io/library/alpine@sha256:acd3ca9941a85e8ed16515bfc5328e4e2f8c128caa72959a58a127b7801ee01f"
+ALPINEAMD64ID = "961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4"
+ALPINEARM64DIGEST = "docker.io/library/alpine@sha256:db7f3dcef3d586f7dd123f107c93d7911515a5991c4b9e51fa2a43e46335a43e"
+ALPINEARM64ID = "915beeae46751fc564998c79e73a1026542e945ca4f73dc841d09ccc6c2c0672"
+infra = "k8s.gcr.io/pause:3.2"
+TOP = "top"
+ImageCacheDir = "/tmp/podman/imagecachedir"