From 78a06c2802ec7bb91607bb80cdb57ae3f639b448 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 8 Oct 2020 09:47:07 -0500 Subject: add compatibility endpoint for exporting multiple images with the recent inclusion of dealing with multiple images in a tar archive, we can now add a compatibility endpoint that was missing images/get?names=one,two. Fixes: #7950 Signed-off-by: baude --- test/apiv2/10-images.at | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/apiv2') 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 -- cgit v1.2.3-54-g00ecf