diff options
author | Ed Santiago <santiago@redhat.com> | 2020-07-28 08:36:52 -0600 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-08-11 13:52:08 +0200 |
commit | 9b591e11d5d65e210871fa5a8d5083f6f6844434 (patch) | |
tree | a7c03c5749c4b6a5bbf752ee52e3d92e27c0fc01 /test/system/120-load.bats | |
parent | 589627b0cae2fdfe2cea8426a5dfbe74983962c3 (diff) | |
download | podman-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/120-load.bats')
-rw-r--r-- | test/system/120-load.bats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/120-load.bats b/test/system/120-load.bats index c0ddbf4d6..611799f8d 100644 --- a/test/system/120-load.bats +++ b/test/system/120-load.bats @@ -28,6 +28,8 @@ verify_iid_and_name() { @test "podman load - by image ID" { + skip_if_remote "FIXME: pending #7123" + # FIXME: how to build a simple archive instead? get_iid_and_name |