fb6980d Disabled raiseonerr in kinit call during topology level check

1 file Authored by Oleg Fayans 7 years ago, Committed by mbabinsk 7 years ago,
    Disabled raiseonerr in kinit call during topology level check
    
    domainlevel method is called upon each master uninstallation. Sometimes the
    master uninstallation is called from within teardown method of some tests when
    the master was not in fact installed, in which case the kinit_admin would
    always raise an error.
    
    https://fedorahosted.org/freeipa/ticket/6254
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>