summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-20 16:56:29 +0100
committerGitHub <noreply@github.com>2021-12-20 16:56:29 +0100
commit76d32a1eb9f70408b48647873f200dcceab74a2a (patch)
tree17e3e3362e7744957e085886d7a6958059f55031 /test
parentc133c5f0473ce80b903c6c351eb7c29fb14abe8f (diff)
parent5cbc6b62dac5836bd3aa3ba456fab2896f65f6e0 (diff)
downloadpodman-76d32a1eb9f70408b48647873f200dcceab74a2a.tar.gz
podman-76d32a1eb9f70408b48647873f200dcceab74a2a.tar.bz2
podman-76d32a1eb9f70408b48647873f200dcceab74a2a.zip
Merge pull request #12640 from vrothberg/fix-12631
apiv2 tests: use quay.io/libpod/testimage:20210610 for platform tests
Diffstat (limited to 'test')
-rw-r--r--test/apiv2/10-images.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at
index 07b63e566..36c2fc6aa 100644
--- a/test/apiv2/10-images.at
+++ b/test/apiv2/10-images.at
@@ -53,8 +53,8 @@ t POST "images/create?fromImage=alpine" 200 .error~null .status~".*Download comp
t POST "images/create?fromImage=alpine&tag=latest" 200
# 10977 - handle platform parameter correctly
-t POST "images/create?fromImage=alpine&platform=linux/arm64" 200
-t GET "images/alpine/json" 200 \
+t POST "images/create?fromImage=testimage:20210610&platform=linux/arm64" 200
+t GET "images/testimage:20210610/json" 200 \
.Architecture=arm64
# Make sure that new images are pulled