conmon/tests/test_podman.sh
Ed Santiago 92baedb481 Add gating tests (copied from podman)
Add gating tests, rawhide only. These are an almost-verbatim
copy of podman's gating tests - as of this writing there is
no way for CI tests to say "run another package's tests".
Miro is aware of the need for this, and says the feature
may be available "sooner or later" [conversation in #osci]

Signed-off-by: Ed Santiago <santiago@redhat.com>
2019-09-30 15:11:47 -06:00

12 lines
236 B
Bash
Executable File

#!/bin/bash -e
#
# Simple podman tests
#
# Log program and kernel versions
echo "Important package versions:"
rpm -qa | egrep 'conmon|podman|iptable|slirp|systemd' | sort | sed -e 's/^/ /'
uname -a
bats /usr/share/podman/test/system