From 0e3dd5f6877db7eed33319176f5e9a63fbefc4db Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 24 Nov 2017 11:04:22 -0500 Subject: Update container-based tests Signed-off-by: Matthew Heon Closes: #68 Approved by: rhatdan --- test/kpod_run.bats | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/kpod_run.bats') diff --git a/test/kpod_run.bats b/test/kpod_run.bats index 5c38c37da..ee21430f8 100644 --- a/test/kpod_run.bats +++ b/test/kpod_run.bats @@ -2,6 +2,11 @@ load helpers +function teardown() { + run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm -f `${KPOD_BINARY} ${KPOD_OPTIONS} ps -a -q`" + cleanup_test +} + function setup() { copy_images } -- cgit v1.2.3-54-g00ecf