gating tests: log important package versions
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
c423af9d91
commit
9ca09175b8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user