mirror of https://github.com/containers/podman.git
Fix kpod images tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #109 Approved by: mheon
This commit is contained in:
parent
5e1549b056
commit
316341a81d
|
@ -4,6 +4,10 @@ load helpers
|
|||
|
||||
IMAGE="busybox"
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
}
|
||||
|
||||
function teardown() {
|
||||
cleanup_test
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue