summaryrefslogtreecommitdiff
path: root/test/system/700-play.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2021-09-01 11:29:59 -0600
committerEd Santiago <santiago@redhat.com>2021-09-01 11:29:59 -0600
commite3c7e02a0e1f0f224071940f809474a0593c6949 (patch)
tree8efc19a59bbb7d5f4f0d30d16adebb6660b84998 /test/system/700-play.bats
parentfff12da70e1c5c467e1171faf0b5fb3ef1067cfc (diff)
downloadpodman-e3c7e02a0e1f0f224071940f809474a0593c6949.tar.gz
podman-e3c7e02a0e1f0f224071940f809474a0593c6949.tar.bz2
podman-e3c7e02a0e1f0f224071940f809474a0593c6949.zip
System tests: add cleanup & debugging output
Cleanup: the final 'play' test wasn't cleaning up after itself, leading to angry warning messages when rerunning tests (in my environment; never in CI) Debug: I'm seeing a lot of "Could not parse READY=1 as MAINPID=nnn" flakes in the sdnotify:container test (nine in the past month). Add debug traces to help diagnose in future flakes. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/700-play.bats')
-rw-r--r--test/system/700-play.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/700-play.bats b/test/system/700-play.bats
index 498956b9a..7f35877aa 100644
--- a/test/system/700-play.bats
+++ b/test/system/700-play.bats
@@ -140,4 +140,5 @@ _EOF
run_podman inspect --format "{{ .Config.User }}" test_pod-test
is "$output" bin "expect container within pod to run as the bin user"
run_podman pod rm -f test_pod
+ run_podman rmi -f userimage:latest
}