diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-12-07 16:31:17 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-14 23:59:21 +0000 |
commit | 5e1549b0563902b501afff8009834e5b8186ae33 (patch) | |
tree | 8f52176cabbe33002b21f36d0e8d1755f51d4977 /test/kpod_export.bats | |
parent | 72e8efccc918e87e5e202bfbbcbdcf31707963c3 (diff) | |
download | podman-5e1549b0563902b501afff8009834e5b8186ae33.tar.gz podman-5e1549b0563902b501afff8009834e5b8186ae33.tar.bz2 podman-5e1549b0563902b501afff8009834e5b8186ae33.zip |
Prepare network configs when setting up tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #109
Approved by: mheon
Diffstat (limited to 'test/kpod_export.bats')
-rw-r--r-- | test/kpod_export.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kpod_export.bats b/test/kpod_export.bats index 5b8517afc..59942ea57 100644 --- a/test/kpod_export.bats +++ b/test/kpod_export.bats @@ -7,6 +7,7 @@ function teardown() { } function setup() { + prepare_network_conf copy_images } |