diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-08 18:11:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 18:11:59 -0400 |
commit | 2a63795338e4ccd4066566ac46856f37587d9db2 (patch) | |
tree | 35d6394a92732c5b58e95cd83a30689b7fc00a3b /test/apiv2 | |
parent | e9961e053cab35abffc575fb9cbd6e7c4e79a324 (diff) | |
parent | 78a06c2802ec7bb91607bb80cdb57ae3f639b448 (diff) | |
download | podman-2a63795338e4ccd4066566ac46856f37587d9db2.tar.gz podman-2a63795338e4ccd4066566ac46856f37587d9db2.tar.bz2 podman-2a63795338e4ccd4066566ac46856f37587d9db2.zip |
Merge pull request #7966 from baude/issue7950
add compatibility endpoint for exporting multiple images
Diffstat (limited to 'test/apiv2')
-rw-r--r-- | test/apiv2/10-images.at | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at index bdc298ae3..f669bc892 100644 --- a/test/apiv2/10-images.at +++ b/test/apiv2/10-images.at @@ -68,4 +68,7 @@ for i in $iid ${iid:0:12} $PODMAN_TEST_IMAGE_NAME; do t GET "libpod/images/$i/get?compress=false" 200 '[POSIX tar archive]' done +# Export more than one image +t GET images/get?names=alpine,busybox 200 '[POSIX tar archive]' + # vim: filetype=sh |