summaryrefslogtreecommitdiff
path: root/test/kpod_kill.bats
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-12-07 16:31:17 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-14 23:59:21 +0000
commit5e1549b0563902b501afff8009834e5b8186ae33 (patch)
tree8f52176cabbe33002b21f36d0e8d1755f51d4977 /test/kpod_kill.bats
parent72e8efccc918e87e5e202bfbbcbdcf31707963c3 (diff)
downloadpodman-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_kill.bats')
-rw-r--r--test/kpod_kill.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/kpod_kill.bats b/test/kpod_kill.bats
index 6f4f2e268..2bd749239 100644
--- a/test/kpod_kill.bats
+++ b/test/kpod_kill.bats
@@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
+ prepare_network_conf
copy_images
}