diff --git a/test/kpod_images.bats b/test/kpod_images.bats index 9812a33c52..ae55c0a377 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 }