Add a simple podman smoke test with avc check
Make sure that no avc denials are triggered when a simple `podman` command is executed. This should prevent failures like this: https://github.com/containers/container-selinux/issues/389
This commit is contained in:
parent
f2c6c8632c
commit
61a8ae4f24
4
tests/tmt/podman/smoke.fmf
Normal file
4
tests/tmt/podman/smoke.fmf
Normal file
@ -0,0 +1,4 @@
|
||||
summary: Podman works fine with no avc denials
|
||||
test: podman run -it --rm fedora echo hi
|
||||
require: podman
|
||||
check: avc
|
||||
Loading…
Reference in New Issue
Block a user