Skip to content

Commit

Permalink
Merge pull request #12919 from vrothberg/fix-12904
Browse files Browse the repository at this point in the history
apiv2 test: add regression test for #12904
  • Loading branch information
openshift-merge-robot authored Jan 19, 2022
2 parents 094b11c + af6a43f commit fa27734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/apiv2/20-containers.at
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ podman rm -a -f &>/dev/null

t GET "libpod/containers/json (at start: clean slate)" 200 length=0

# Regression test for #12904
podman run --rm -d --replace --name foo $IMAGE sh -c "echo 123;sleep 42"
t POST "containers/foo/attach?logs=true&stream=false" 200
t POST "containers/foo/kill" 204

podman run -v /tmp:/tmp $IMAGE true

t GET libpod/containers/json 200 length=0
Expand Down

0 comments on commit fa27734

Please sign in to comment.