mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
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:
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ load helpers
|
|||||||
|
|
||||||
IMAGE="redis:alpine"
|
IMAGE="redis:alpine"
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ function teardown() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,9 +3,14 @@
|
|||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
prepare_network_conf
|
||||||
copy_images
|
copy_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function teardown() {
|
||||||
|
cleanup_test
|
||||||
|
}
|
||||||
|
|
||||||
@test "wait on a bogus container" {
|
@test "wait on a bogus container" {
|
||||||
run ${KPOD_BINARY} ${KPOD_OPTIONS} wait 12343
|
run ${KPOD_BINARY} ${KPOD_OPTIONS} wait 12343
|
||||||
echo $output
|
echo $output
|
||||||
|
Reference in New Issue
Block a user