diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-12-07 17:02:46 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-14 23:59:21 +0000 |
commit | 316341a81dec52c5fd84c6e8c194639240c57273 (patch) | |
tree | 0531be7953fbaac15f7b8aea7ff04c8675a35e23 | |
parent | 5e1549b0563902b501afff8009834e5b8186ae33 (diff) | |
download | podman-316341a81dec52c5fd84c6e8c194639240c57273.tar.gz podman-316341a81dec52c5fd84c6e8c194639240c57273.tar.bz2 podman-316341a81dec52c5fd84c6e8c194639240c57273.zip |
Fix kpod images tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #109
Approved by: mheon
-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 } |