Merge pull request #12640 from vrothberg/fix-12631

apiv2 tests: use quay.io/libpod/testimage:20210610 for platform tests
This commit is contained in:
OpenShift Merge Robot 2021-12-20 16:56:29 +01:00 committed by GitHub
commit 76d32a1eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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