From 359d67a68773747a269c407d9e62bee7f36d1d15 Mon Sep 17 00:00:00 2001 From: Sujil02 Date: Wed, 27 May 2020 12:58:52 -0400 Subject: Adds docker py regression test. Adds test to validate podman image endpoints. Adds readme on how to run python tests Adds contants file. Signed-off-by: Sujil02 --- test/dockerpy/constant.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/dockerpy/constant.py (limited to 'test/dockerpy/constant.py') diff --git a/test/dockerpy/constant.py b/test/dockerpy/constant.py new file mode 100644 index 000000000..e00457442 --- /dev/null +++ b/test/dockerpy/constant.py @@ -0,0 +1,11 @@ +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" -- cgit v1.2.3-54-g00ecf