From 5e1549b0563902b501afff8009834e5b8186ae33 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 7 Dec 2017 16:31:17 -0500 Subject: Prepare network configs when setting up tests Signed-off-by: Matthew Heon Closes: #109 Approved by: mheon --- test/kpod_wait.bats | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/kpod_wait.bats') 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 -- cgit v1.2.3-54-g00ecf