diff options
-rw-r--r-- | test/kpod_top.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kpod_top.bats b/test/kpod_top.bats index 189772a11..9d54908bc 100644 --- a/test/kpod_top.bats +++ b/test/kpod_top.bats @@ -7,6 +7,7 @@ function teardown() { } function setup() { + prepare_network_conf copy_images } |