Fix kpod images tests

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #109
Approved by: mheon
This commit is contained in:
Matthew Heon
2017-12-07 17:02:46 -05:00
committed by Atomic Bot
parent 5e1549b056
commit 316341a81d

View File

@ -4,6 +4,10 @@ load helpers
IMAGE="busybox"
function setup() {
prepare_network_conf
}
function teardown() {
cleanup_test
}