mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #17964 from umohnani8/detach
Add debug to --wait test
This commit is contained in:
@ -625,8 +625,10 @@ spec:
|
|||||||
|
|
||||||
run_podman kube play --wait $fname
|
run_podman kube play --wait $fname
|
||||||
|
|
||||||
|
# debug to see what container is being left behind after the cleanup
|
||||||
# there should be no containers running or created
|
# there should be no containers running or created
|
||||||
run_podman ps -aq
|
run_podman ps -a --noheading
|
||||||
is "$output" "" "There should be no containers"
|
is "$output" "" "There should be no containers"
|
||||||
|
run_podman pod ps
|
||||||
run_podman rmi $(pause_image)
|
run_podman rmi $(pause_image)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user