aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2/12-imagesMore.at
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-07 06:30:57 -0500
committerGitHub <noreply@github.com>2022-03-07 06:30:57 -0500
commitbe3858bcf1a666e374713a43892b8d7ec10c9c8b (patch)
treed41ea80dab5b9e7915b7aa876603b82b10388b69 /test/apiv2/12-imagesMore.at
parent87d911aca97a824728e499c8590e20e8528e24d5 (diff)
parentdca2e7924ba5346eb78a3b7091d15b316e4e925a (diff)
downloadpodman-be3858bcf1a666e374713a43892b8d7ec10c9c8b.tar.gz
podman-be3858bcf1a666e374713a43892b8d7ec10c9c8b.tar.bz2
podman-be3858bcf1a666e374713a43892b8d7ec10c9c8b.zip
Merge pull request #13406 from jwhonce/wip/docker-py
Move all python tests to pytest
Diffstat (limited to 'test/apiv2/12-imagesMore.at')
-rw-r--r--test/apiv2/12-imagesMore.at5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/apiv2/12-imagesMore.at b/test/apiv2/12-imagesMore.at
index 96eba1db5..67b4f1c79 100644
--- a/test/apiv2/12-imagesMore.at
+++ b/test/apiv2/12-imagesMore.at
@@ -26,7 +26,8 @@ t GET libpod/images/$IMAGE/json 200 \
.RepoTags[1]=localhost:5000/myrepo:mytag
# Run registry container
-podman run -d --name registry -p 5000:5000 quay.io/libpod/registry:2.6 /entrypoint.sh /etc/docker/registry/config.yml
+# FIXME this fails if python tests have been run first...
+podman run -d --name registry -p 5000:5000 quay.io/libpod/registry:2.7 /entrypoint.sh /etc/docker/registry/config.yml
wait_for_port localhost 5000
# Push to local registry and check output
@@ -58,7 +59,7 @@ t DELETE libpod/containers/registry?force=true 200
# Remove images
t DELETE libpod/images/$IMAGE 200 \
.ExitCode=0
-t DELETE libpod/images/quay.io/libpod/registry:2.6 200 \
+t DELETE libpod/images/quay.io/libpod/registry:2.7 200 \
.ExitCode=0
if [ -z "${GOT_DIGEST}" ] ; then