summaryrefslogtreecommitdiff
path: root/test/dockerpy/constant.py
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-09 16:27:24 +0200
committerGitHub <noreply@github.com>2020-06-09 16:27:24 +0200
commita2e0e170f9e9d65c7acd5f4fba84ef20a8be3783 (patch)
tree9e60b4a29ad7be002ebdcfd467c317ed4af2d3d6 /test/dockerpy/constant.py
parent79f30af384cf6c74f89c3b44c01707da22d867e5 (diff)
parent37428df4c2ea947a0ae663da5196eb17a8c6c040 (diff)
downloadpodman-a2e0e170f9e9d65c7acd5f4fba84ef20a8be3783.tar.gz
podman-a2e0e170f9e9d65c7acd5f4fba84ef20a8be3783.tar.bz2
podman-a2e0e170f9e9d65c7acd5f4fba84ef20a8be3783.zip
Merge pull request #6532 from sujil02/python-test
Modify py test to start stop system service for each test
Diffstat (limited to 'test/dockerpy/constant.py')
-rw-r--r--test/dockerpy/constant.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dockerpy/constant.py b/test/dockerpy/constant.py
index e00457442..8a3f1d984 100644
--- a/test/dockerpy/constant.py
+++ b/test/dockerpy/constant.py
@@ -9,3 +9,5 @@ ALPINEAMD64ID = "961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e
ALPINEARM64DIGEST = "docker.io/library/alpine@sha256:db7f3dcef3d586f7dd123f107c93d7911515a5991c4b9e51fa2a43e46335a43e"
ALPINEARM64ID = "915beeae46751fc564998c79e73a1026542e945ca4f73dc841d09ccc6c2c0672"
infra = "k8s.gcr.io/pause:3.2"
+TOP = "top"
+ImageCacheDir = "/tmp/podman/imagecachedir"