Gating tests: many fixes

1) Ugh. Update the podman test scaffolding so it invokes
    the magic 'loginctl enable-linger' command necessary
    for rootless podman to work.

    1a) [minor] update the rpm-versions and environment dump

 2) Bring gating.yaml up-to-date, including (ugh) duplication
    that will help us avoid maintenance burden when we fork f33

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2020-05-21 10:07:34 -06:00
parent 5c34ced4e9
commit ee8d49cc5e
3 changed files with 17 additions and 3 deletions
+8 -2
View File
@@ -5,7 +5,13 @@
# Log program and kernel versions
echo "Important package versions:"
rpm -qa | egrep 'conmon|podman|iptable|slirp|systemd' | sort | sed -e 's/^/ /'
uname -a
(
uname -r
rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' | sort
) | sed -e 's/^/ /'
# Log environment; or at least the useful bits
echo "Environment:"
env | grep -v LS_COLORS= | sort | sed -e 's/^/ /'
bats /usr/share/podman/test/system