diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-12-14 18:06:27 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-14 23:59:22 +0000 |
commit | 34c1ea390dd0200ab53011d737fb9209d451269c (patch) | |
tree | d4ea941f978d4ed0801ba2944dbe9ccdaeb02d0f | |
parent | 1f0f7f3e7d4766437f5ac2008d1dcf00686477c9 (diff) | |
download | podman-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
-rw-r--r-- | test/kpod_top.bats | 1 |
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 } |