Prepare network configs when setting up 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 16:31:17 -05:00
committed by Atomic Bot
parent 72e8efccc9
commit 5e1549b056
22 changed files with 26 additions and 0 deletions

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,6 +3,7 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,6 +3,7 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -9,6 +9,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,6 +3,7 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -9,6 +9,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,6 +3,7 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}

View File

@ -4,6 +4,7 @@ load helpers
IMAGE="redis:alpine"
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,6 +3,7 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,6 +3,7 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -7,6 +7,7 @@ function teardown() {
}
function setup() {
prepare_network_conf
copy_images
}

View File

@ -3,9 +3,14 @@
load helpers
function setup() {
prepare_network_conf
copy_images
}
function teardown() {
cleanup_test
}
@test "wait on a bogus container" {
run ${KPOD_BINARY} ${KPOD_OPTIONS} wait 12343
echo $output