--- # Test to run in classic context - hosts: localhost roles: - role: standard-test-beakerlib tags: - classic tests: - getsebool - realpath_not_final-function - selabel-functions - selinux_boolean_sub-function - selinux_restorecon - selinux_sestatus-functions - selinux_set_callback - selinux_restorecon-functions - setenforce required_packages: - libselinux - libselinux-devel - libselinux-utils - glibc - gcc - attr - strace - audit - e2fsprogs # Tests to run inside a container - hosts: localhost roles: - role: standard-test-beakerlib tags: - container tests: - realpath_not_final-function required_packages: - libselinux - libselinux-devel - glibc - gcc # Tests to run for Atomic Host - hosts: localhost roles: - role: standard-test-beakerlib tags: - atomic tests: - getsebool - setenforce