summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-12-14 18:06:27 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-14 23:59:22 +0000
commit34c1ea390dd0200ab53011d737fb9209d451269c (patch)
treed4ea941f978d4ed0801ba2944dbe9ccdaeb02d0f /test
parent1f0f7f3e7d4766437f5ac2008d1dcf00686477c9 (diff)
downloadpodman-34c1ea390dd0200ab53011d737fb9209d451269c.tar.gz
podman-34c1ea390dd0200ab53011d737fb9209d451269c.tar.bz2
podman-34c1ea390dd0200ab53011d737fb9209d451269c.zip
Fix top tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #109 Approved by: mheon
Diffstat (limited to 'test')
-rw-r--r--test/kpod_top.bats1
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
}