diff options
Diffstat (limited to 'test/kpod_wait.bats')
-rw-r--r-- | test/kpod_wait.bats | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/kpod_wait.bats b/test/kpod_wait.bats index b7bcb072c..871c9f5bf 100644 --- a/test/kpod_wait.bats +++ b/test/kpod_wait.bats @@ -3,9 +3,14 @@ load helpers function setup() { + prepare_network_conf copy_images } +function teardown() { + cleanup_test +} + @test "wait on a bogus container" { run ${KPOD_BINARY} ${KPOD_OPTIONS} wait 12343 echo $output |