cc2348a ipatests: Remove certmonger tracking before uninstall in cert tests

1 file Authored by rcritten 2 years ago, Committed by abbra 2 years ago,
    ipatests: Remove certmonger tracking before uninstall in cert tests
    
    There is some contention between certmonger starting during the
    uninstallation process in order to stop the tracking and activity
    going on within certmonger helpers.
    
    As near as I can tell certmonger is not running, then IPA is
    stopped in order to uninstall, then certmonger is started to stop
    the tracking. certmonger checks cert status on startup but since
    IPA isn't running it can't get a host ticket. During this time any
    request over DBus may time out, causing a test to fail when we're
    just trying to clean up.
    
    https://pagure.io/freeipa/issue/8506
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>