summaryrefslogtreecommitdiff
path: root/test/apiv2/70-short-names.at
diff options
context:
space:
mode:
authorVladimir Kochnev <hashtable@yandex.ru>2022-06-03 19:42:21 +0300
committerVladimir Kochnev <hashtable@yandex.ru>2022-06-07 14:20:46 +0300
commite41d4a24713e606d24807012e021c7aac924011e (patch)
tree4e54bc5c157a13f6e3a68ce3536e1eb924fb1fc7 /test/apiv2/70-short-names.at
parent8f79604864412a05d5d1b8614cb356f5b481306b (diff)
downloadpodman-e41d4a24713e606d24807012e021c7aac924011e.tar.gz
podman-e41d4a24713e606d24807012e021c7aac924011e.tar.bz2
podman-e41d4a24713e606d24807012e021c7aac924011e.zip
Add missing tests for manifests API
Also: - It fixes a regression in parsing "images" parameter in ManifestAddV3 handler. - Refactors 12-imagesMore.at to use start_registry helper. - Removes some unsafe "exit 1" statements which skip clean up. Signed-off-by: Vladimir Kochnev <hashtable@yandex.ru>
Diffstat (limited to 'test/apiv2/70-short-names.at')
-rw-r--r--test/apiv2/70-short-names.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/70-short-names.at b/test/apiv2/70-short-names.at
index dbf816f55..bd7f8e7bd 100644
--- a/test/apiv2/70-short-names.at
+++ b/test/apiv2/70-short-names.at
@@ -128,7 +128,7 @@ t DELETE "containers/$cid"
# disable the docker.io enforcement.
stop_service
-CONTAINERS_CONF=$(pwd)/test/apiv2/containers.conf start_service
+CONTAINERS_CONF=$TESTS_DIR/containers.conf start_service
t POST "images/create?fromImage=quay.io/libpod/alpine:latest" 200 .error~null .status~".*Download complete.*"
t POST "images/alpine/tag?repo=foo" 201