We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af09d69 commit b5a0c62Copy full SHA for b5a0c62
stackhpc_cloud_tests/host/test_selinux.py
@@ -19,7 +19,7 @@
19
def test_selinux(host):
20
"""Check that SELinux is enabled and permissive on supported systems."""
21
# Adapted from Kayobe host configure tests:
22
- # https://opendev.org/openstack/kayobe/src/branch/master/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py
+ # https://opendev.org/openstack/kayobe/src/commit/5333596afd6b93151e8e5a58257944b892d90060/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py#L350
23
if host.system_info.distribution in {"debian", "ubuntu"}:
24
pytest.skip(reason="SELinux is not supported on Debian or Ubuntu")
25
# Desired state: enforcing, permissive or disabled
0 commit comments