summaryrefslogtreecommitdiff
path: root/test/system/005-info.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2019-04-10 09:39:52 -0600
committerEd Santiago <santiago@redhat.com>2019-04-18 15:39:21 -0600
commit78bd2eac0637fdcd93afbb6f9069b016d826e12c (patch)
tree971c82de06549d873fc04abcc79f64626b4734c8 /test/system/005-info.bats
parente4947e5fd699f584cb815a4f4fd92f22b62f2c8a (diff)
downloadpodman-78bd2eac0637fdcd93afbb6f9069b016d826e12c.tar.gz
podman-78bd2eac0637fdcd93afbb6f9069b016d826e12c.tar.bz2
podman-78bd2eac0637fdcd93afbb6f9069b016d826e12c.zip
bats - various small updates
- podman-remote: - enable log, run and build tests, they're working now - well, except build + rootless. Skip that one. - add explanation of why info test is skipped - Giuseppe's permission test: - validate GraphRoot and RunRoot values - add verbose logging, to enable seeing full directory tree permissions on error Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/005-info.bats')
-rw-r--r--test/system/005-info.bats4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats
index c64b011bd..47c7a52fc 100644
--- a/test/system/005-info.bats
+++ b/test/system/005-info.bats
@@ -3,7 +3,7 @@
load helpers
@test "podman info - basic test" {
- skip_if_remote
+ skip_if_remote "capitalization inconsistencies"
run_podman info
@@ -28,7 +28,7 @@ RunRoot:
}
@test "podman info - json" {
- skip_if_remote
+ skip_if_remote "capitalization inconsistencies"
run_podman info --format=json