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_wait.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_wait.bats')
-rw-r--r-- | test/kpod_wait.bats | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/kpod_wait.bats b/test/kpod_wait.bats index b7bcb072c..871c9f5bf 100644 --- a/test/kpod_wait.bats +++ b/test/kpod_wait.bats @@ -3,9 +3,14 @@ load helpers function setup() { + prepare_network_conf copy_images } +function teardown() { + cleanup_test +} + @test "wait on a bogus container" { run ${KPOD_BINARY} ${KPOD_OPTIONS} wait 12343 echo $output |