diff --git a/tests/tests.yml b/tests/tests.yml index a5b5b1f..552bdbb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -6,8 +6,11 @@ required_packages: - policycoreutils - container-selinux + - podman tests: - is-module-installed: run: semodule --list=full | grep container - can-rebuild-policy: run: semodule -B + - can-run-podman: + run: podman run --rm quay.io/libpod/testimage:20210610 cat -v /proc/self/attr/current