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:
Lenka Doudova 2016-09-20 08:15:14 +02:00 committed by Martin Basti
parent ca45a8cde3
commit 64599789f9

View File

@ -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)