feat: add test for Rocky Linux 8 #1

Merged
xoxys merged 5 commits from test-rocky8 into master 2022-01-26 22:51:09 +01:00
Showing only changes of commit 4d43e9cb6a - Show all commits

View File

@ -9,5 +9,5 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_selinux_setup(host):
assert host.command.check_output("/usr/sbin/getenforce") == "Enforcing"
assert host.package("libselinux-python").is_installed
assert host.package("python3-libselinux").is_installed
assert host.package("policycoreutils-python-utils").is_installed