ipatests: tasks: Wait 2 seconds after restart of SSSD when clearing the cache

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
Tomas Babej 2014-04-03 12:11:21 +02:00 committed by Petr Viktorin
parent 6dcf2400be
commit 50a6316d16

View File

@ -414,6 +414,9 @@ def clear_sssd_cache(host):
else:
host.run_command(['/sbin/service', 'sssd', 'start'])
# To avoid false negatives due to SSSD not responding yet
time.sleep(2)
def sync_time(host, server):
"""