gating tests: log important package versions

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2019-10-03 08:26:19 -06:00
parent c423af9d91
commit 9ca09175b8

View File

@ -3,7 +3,11 @@
# Simple podman tests # Simple podman tests
# #
# Log program versions # Log program and kernel versions
rpm -q podman podman-tests echo "Important package versions:"
(
uname -r
rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort
) | sed -e 's/^/ /'
bats /usr/share/podman/test/system bats /usr/share/podman/test/system