mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +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() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
load helpers
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
load helpers
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -9,6 +9,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
load helpers
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -9,6 +9,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
load helpers
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -4,6 +4,7 @@ load helpers
|
||||
|
||||
IMAGE="redis:alpine"
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
load helpers
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
load helpers
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
function setup() {
|
||||
prepare_network_conf
|
||||
copy_images
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user