- sync TMT tests and plan from upstream - Resolves: RHEL-80816 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
require:
|
|
- attr
|
|
- bats
|
|
- container-selinux
|
|
- podman-tests
|
|
- policycoreutils
|
|
|
|
/basic_check:
|
|
summary: Run basic checks
|
|
test: |
|
|
semodule --list=full | grep container
|
|
semodule -B
|
|
rpm -Vqf /var/lib/selinux/*/active/modules/200/container
|
|
|
|
/podman_system_test:
|
|
summary: Run SELinux specific Podman system tests
|
|
test: bash ./podman-tests.sh
|