Skip to content

Commit b5a0c62

Browse files
committed
Replace URL to kayobe master with a permalink so it can never be invalidated.
1 parent af09d69 commit b5a0c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackhpc_cloud_tests/host/test_selinux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
def test_selinux(host):
2020
"""Check that SELinux is enabled and permissive on supported systems."""
2121
# 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
22+
# https://opendev.org/openstack/kayobe/src/commit/5333596afd6b93151e8e5a58257944b892d90060/playbooks/kayobe-overcloud-host-configure-base/tests/test_overcloud_host_configure.py#L350
2323
if host.system_info.distribution in {"debian", "ubuntu"}:
2424
pytest.skip(reason="SELinux is not supported on Debian or Ubuntu")
2525
# Desired state: enforcing, permissive or disabled

0 commit comments

Comments
 (0)