summaryrefslogtreecommitdiff
path: root/test/system/055-rm.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2020-07-28 08:36:52 -0600
committerValentin Rothberg <rothberg@redhat.com>2020-08-11 13:52:08 +0200
commit9b591e11d5d65e210871fa5a8d5083f6f6844434 (patch)
treea7c03c5749c4b6a5bbf752ee52e3d92e27c0fc01 /test/system/055-rm.bats
parent589627b0cae2fdfe2cea8426a5dfbe74983962c3 (diff)
downloadpodman-9b591e11d5d65e210871fa5a8d5083f6f6844434.tar.gz
podman-9b591e11d5d65e210871fa5a8d5083f6f6844434.tar.bz2
podman-9b591e11d5d65e210871fa5a8d5083f6f6844434.zip
cherry-pick: Reenable remote system tests
NOTE: the remote tests are not reenabled but the changes are applied. Future commits depend on some of the changes and having the commit applied will likely facilitate future backports as well. podman-remote is in better shape now. Let's see what needs to be done to reenable remote system tests. - logs test: skip multilog, it doesn't work remote - diff test: use -l only when local, not with remote - many other tests: skip_if_remote, with 'FIXME: pending #xxxx' where xxxx is a filed issue. Unrelated: added new helper to skip_if_remote and _if_rootless, where we check if the source message includes "remote"/"rootless" and insert it if missing. This is a minor usability enhancement to make it easier to understand at-a-glance why a skip triggers. Backported-by: Valentin Rothberg <rothberg@redhat.com> Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/055-rm.bats')
-rw-r--r--test/system/055-rm.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/055-rm.bats b/test/system/055-rm.bats
index 8ef8a119e..5ff19282e 100644
--- a/test/system/055-rm.bats
+++ b/test/system/055-rm.bats
@@ -32,6 +32,8 @@ load helpers
#
# See https://github.com/containers/libpod/issues/3795
@test "podman rm -f" {
+ skip_if_remote "FIXME: pending #7117"
+
rand=$(random_string 30)
( sleep 3; run_podman rm -f $rand ) &
run_podman 137 run --name $rand $IMAGE sleep 30