84ae778 Add certmonger wait_for_request that uses run_command

1 file Authored by myusuf 4 years ago, Committed by rcritten 4 years ago,
    Add certmonger wait_for_request that uses run_command
    
    Add a little utility function to get the certmonger status
    of a request id on a particular host and wait until it is either
    failed on the CA or issued (or times out).
    
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>