Gating tests: include more package versions

In headers of gating tests, also include aardvark, netavark,
containers-common, containernetworking-plugins. (Cut/pasted
from podman)

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2022-03-07 11:32:28 -07:00
parent 640434a76e
commit 91c34de910

View File

@ -4,7 +4,9 @@
echo "Important package versions:" echo "Important package versions:"
( (
uname -r uname -r
rpm -qa | egrep 'buildah|podman|conmon|crun|runc|iptable|slirp|systemd' | sort rpm -qa |\
egrep 'buildah|podman|conmon|containers-common|crun|runc|iptable|slirp|aardvark|netavark|containernetworking-plugins|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