mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tests: Remove SSSD restart from integration tests
SSSD restart has been mistakenly added to integration tests (test_integration/tasks.py::uninstall_master). When system setup is correct, this restart has no significance, moreover it makes tests fail, hence its removal is necessary. https://fedorahosted.org/freeipa/ticket/6338 Reviewed-By: Oleg Fayans <ofayans@redhat.com> Reviewed-By: Oleg Fayans <ofayans@redhat.com>
This commit is contained in:
parent
ca45a8cde3
commit
64599789f9
@ -691,7 +691,6 @@ def uninstall_master(host, ignore_topology_disconnect=True,
|
||||
"xargs rm -fv", raiseonerr=False)
|
||||
host.run_command("find /run/ipa -name 'krb5*' | xargs rm -fv",
|
||||
raiseonerr=False)
|
||||
host.run_command(['systemctl', 'restart', 'sssd'])
|
||||
unapply_fixes(host)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user