mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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:
test
kpod_attach.batskpod_create.batskpod_diff.batskpod_export.batskpod_history.batskpod_import.batskpod_inspect.batskpod_kill.batskpod_load.batskpod_logs.batskpod_mount.batskpod_pause.batskpod_ps.batskpod_push.batskpod_rm.batskpod_run.batskpod_run_ns.batskpod_save.batskpod_start.batskpod_stats.batskpod_stop.batskpod_wait.bats
@ -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