3753862 ipatests: wait for SSSD to become online in backup/restore tests

2 files Authored by frenaud 4 years ago, Committed by abbra 4 years ago,
    ipatests: wait for SSSD to become online in backup/restore tests
    
    The backup/restore tests are calling 'id admin' after restore
    to make sure that the user name can be resolved after a restore.
    The test should wait for SSSD backend to become online before
    doing any check, otherwise there is a risk that the call to
    'id admin' fails.
    
    Fixes: https://pagure.io/freeipa/issue/8228
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Sergey Orlov <sorlov@redhat.com>