mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
Remove CRIO tests, disable broken kpod tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -9,6 +9,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "remove a stopped container" {
|
||||
skip "Test needs to be converted to kpod run"
|
||||
start_crio
|
||||
run crioctl pod run --config "$TESTDATA"/sandbox_config.json
|
||||
echo "$output"
|
||||
@ -32,6 +33,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "refuse to remove a running container" {
|
||||
skip "Test needs to be converted to kpod run"
|
||||
start_crio
|
||||
run crioctl pod run --config "$TESTDATA"/sandbox_config.json
|
||||
echo "$output"
|
||||
@ -53,6 +55,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "remove a created container" {
|
||||
skip "Test needs to be converted to kpod run"
|
||||
start_crio
|
||||
run crioctl pod run --config "$TESTDATA"/sandbox_config.json
|
||||
echo "$output"
|
||||
@ -70,6 +73,7 @@ function teardown() {
|
||||
}
|
||||
|
||||
@test "remove a running container" {
|
||||
skip "Test needs to be converted to kpod run"
|
||||
start_crio
|
||||
run crioctl pod run --config "$TESTDATA"/sandbox_config.json
|
||||
echo "$output"
|
||||
|
Reference in New Issue
Block a user