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/runtimeversion.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/runtimeversion.bats')
-rw-r--r-- | test/runtimeversion.bats | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/runtimeversion.bats b/test/runtimeversion.bats deleted file mode 100644 index f0d2a4367..000000000 --- a/test/runtimeversion.bats +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bats - -load helpers - -function teardown() { - cleanup_test -} - -@test "crioctl runtimeversion" { - start_crio - run crioctl runtimeversion - echo "$output" - [ "$status" -eq 0 ] - stop_crio -} |