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 c1af4aa commit 7f82e29Copy full SHA for 7f82e29
osgtest/tests/test_280_gsiopenssh.py
@@ -34,9 +34,9 @@ def test_01_set_config(self):
34
core.state['gsisshd.can-run'] = (not (
35
core.el_release() >= 7 and
36
core.state['selinux.mode'] and
37
- not core.dependency_is_installed("/usr/sbin/sestatus")))
+ not core.dependency_is_installed("/usr/sbin/semanage")))
38
self.skip_ok_unless(core.state['gsisshd.can-run'],
39
- "Can't run with SELinux on EL >= 7 without %s" % TestStartGSIOpenSSH.policycoreutils_rpm)
+ "Can't run with SELinux on EL >= 7 without semanage")
40
41
files.write(
42
SSHD_CONFIG,
0 commit comments