gating-test RPM output: include container-selinux

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2019-11-21 16:58:30 -07:00
parent ab59dee2bf
commit 4f79062b91

View File

@ -7,7 +7,7 @@
echo "Important package versions:" echo "Important package versions:"
( (
uname -r uname -r
rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd|container-selinux' | sort
) | sed -e 's/^/ /' ) | sed -e 's/^/ /'
# Log environment; or at least the useful bits # Log environment; or at least the useful bits