From 316341a81dec52c5fd84c6e8c194639240c57273 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 7 Dec 2017 17:02:46 -0500 Subject: Fix kpod images tests Signed-off-by: Matthew Heon Closes: #109 Approved by: mheon --- test/kpod_images.bats | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/kpod_images.bats') diff --git a/test/kpod_images.bats b/test/kpod_images.bats index 9812a33c5..ae55c0a37 100644 --- a/test/kpod_images.bats +++ b/test/kpod_images.bats @@ -4,6 +4,10 @@ load helpers IMAGE="busybox" +function setup() { + prepare_network_conf +} + function teardown() { cleanup_test } -- cgit v1.2.3-54-g00ecf