Remove CRIO tests, disable broken kpod tests

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2017-11-01 12:06:57 -04:00
parent 637de4d0d3
commit 6e99e1a1fd
28 changed files with 43 additions and 3030 deletions

View File

@ -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"