aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2/15-manifest.at
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-09 06:57:01 -0400
committerGitHub <noreply@github.com>2022-06-09 06:57:01 -0400
commit643a692360bf769d12dc8b73acaa3481b0f07992 (patch)
treec1258a578d6126df68210c1e3edb332ef63be22a /test/apiv2/15-manifest.at
parent576c739e5ff01c760b383a258c62ed3ca7e1c30c (diff)
parentbce97a3b5dd1477c74232b49d246491aa289a995 (diff)
downloadpodman-643a692360bf769d12dc8b73acaa3481b0f07992.tar.gz
podman-643a692360bf769d12dc8b73acaa3481b0f07992.tar.bz2
podman-643a692360bf769d12dc8b73acaa3481b0f07992.zip
Merge pull request #14543 from edsantiago/apiv2_test_cleanup
apiv2 tests: clean up
Diffstat (limited to 'test/apiv2/15-manifest.at')
-rw-r--r--test/apiv2/15-manifest.at7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/apiv2/15-manifest.at b/test/apiv2/15-manifest.at
index 65ce41e7d..970bed5a8 100644
--- a/test/apiv2/15-manifest.at
+++ b/test/apiv2/15-manifest.at
@@ -27,10 +27,6 @@ RUN >file2
EOF
)
-function cleanUpManifestTest() {
- podman rmi -a
-}
-
t POST /v3.4.0/libpod/manifests/$id_abc/add images="[\"containers-storage:$id_abc_image\"]" 200
t PUT /v4.0.0/libpod/manifests/$id_xyz operation='update' images="[\"containers-storage:$id_xyz_image\"]" 200
@@ -41,4 +37,5 @@ t POST "/v4.0.0/libpod/manifests/xyz:latest/registry/localhost:$REGISTRY_PORT%2F
t DELETE /v4.0.0/libpod/manifests/$id_abc 200
t DELETE /v4.0.0/libpod/manifests/$id_xyz 200
-cleanUpManifestTest
+podman rmi -a
+stop_registry