feat: add test for Rocky Linux 8 #1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user