aboutsummaryrefslogtreecommitdiff
path: root/test/system/075-exec.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2020-08-05 08:37:09 -0600
committerEd Santiago <santiago@redhat.com>2020-08-10 06:27:44 -0600
commit3c880a9b830d994ed73f715726e5fc551f0e1776 (patch)
treebc9de20dda17fa08d9cde10f3aaff7763dd14915 /test/system/075-exec.bats
parent95e2e15a3f13babfabb1b8d192893a56719d79a9 (diff)
downloadpodman-3c880a9b830d994ed73f715726e5fc551f0e1776.tar.gz
podman-3c880a9b830d994ed73f715726e5fc551f0e1776.tar.bz2
podman-3c880a9b830d994ed73f715726e5fc551f0e1776.zip
system tests: podman-remote, image tree
- new sanity checks for podman-remote: - first, confirm that when PODMAN is "-remote", we actually talk to a server (validated by presence of "Server:" string in "podman version"). - second, add test for #7212, in which we run "podman --remote" (podman with --remote flag, not podman-remote command) and make sure --remote is allowed both as the first option and also with other flag options preceding. - new test for "podman image tree" (piggybacking on top of a "podman build" test, because that gives us lots of layers). - skip "podman exec - basic test" when remote. It is consistently causing CI failures, breaking all of CI, due to #7241. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/075-exec.bats')
-rw-r--r--test/system/075-exec.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats
index aa6e2bd28..38c6c2312 100644
--- a/test/system/075-exec.bats
+++ b/test/system/075-exec.bats
@@ -6,6 +6,8 @@
load helpers
@test "podman exec - basic test" {
+ skip_if_remote "FIXME: pending #7241"
+
rand_filename=$(random_string 20)
rand_content=$(random_string 50)