diff options
-rw-r--r-- | test/kpod_images.bats | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |