diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-01 12:06:57 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2017-11-01 12:22:11 -0400 |
commit | 6e99e1a1fda96fbf22aeb3585f0ff0d36b1deee8 (patch) | |
tree | 204d004b393d5f11efb3fcb0f4a6bdcc836851b5 /test/kpod_ps.bats | |
parent | 637de4d0d3a4702fa37c1c9256f926dbbf6c05ae (diff) | |
download | podman-6e99e1a1fda96fbf22aeb3585f0ff0d36b1deee8.tar.gz podman-6e99e1a1fda96fbf22aeb3585f0ff0d36b1deee8.tar.bz2 podman-6e99e1a1fda96fbf22aeb3585f0ff0d36b1deee8.zip |
Remove CRIO tests, disable broken kpod tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'test/kpod_ps.bats')
-rw-r--r-- | test/kpod_ps.bats | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/kpod_ps.bats b/test/kpod_ps.bats index a4a7b6cbc..12f13fe5b 100644 --- a/test/kpod_ps.bats +++ b/test/kpod_ps.bats @@ -11,6 +11,7 @@ IMAGE="redis:alpine" } @test "kpod ps default" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -35,6 +36,7 @@ IMAGE="redis:alpine" } @test "kpod ps all flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -58,6 +60,7 @@ IMAGE="redis:alpine" } @test "kpod ps size flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -81,6 +84,7 @@ IMAGE="redis:alpine" } @test "kpod ps quiet flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -104,6 +108,7 @@ IMAGE="redis:alpine" } @test "kpod ps latest flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -127,6 +132,7 @@ IMAGE="redis:alpine" } @test "kpod ps last flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -150,6 +156,7 @@ IMAGE="redis:alpine" } @test "kpod ps no-trunc flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -170,6 +177,7 @@ IMAGE="redis:alpine" } @test "kpod ps namespace flag" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -192,6 +200,7 @@ IMAGE="redis:alpine" } @test "kpod ps namespace flag and format flag = json" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -212,6 +221,7 @@ IMAGE="redis:alpine" } @test "kpod ps without namespace flag and format flag = json" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -231,6 +241,7 @@ IMAGE="redis:alpine" } @test "kpod ps format flag = go template" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -251,6 +262,7 @@ IMAGE="redis:alpine" } @test "kpod ps filter flag - ancestor" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -271,6 +283,7 @@ IMAGE="redis:alpine" } @test "kpod ps filter flag - id" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" @@ -292,6 +305,7 @@ IMAGE="redis:alpine" } @test "kpod ps filter flag - status" { + skip "Test needs to be converted to kpod run" start_crio run crioctl pod run --config "$TESTDATA"/sandbox_config.json echo "$output" |