d2ca791 ipatests: Test if ACME renews the issued cert with cerbot

1 file Authored by myusuf 2 years ago, Committed by frenaud 2 years ago,
    ipatests: Test if ACME renews the issued cert with cerbot
    
    This test is to check if ACME certificate renews upon
    reaching expiry
    
    related: https://pagure.io/freeipa/issue/4751
    
    Signed-off-by: Mohammad Rizwan <myusuf@redhat.com>
    
    ipatests: remove skipif for minimum pki dependency
    
    Remove skipif from ACME tests as required pki version
    updated in freeipa.spec file (pki 10.10.5)
    
    Signed-off-by: Mohammad Rizwan <myusuf@redhat.com>
    
    ipatests: move common code to separate method
    
    Move the code from prepare_acme_client, TestACME/test_certbot_register
    and TestACME/test_certbot_certonly_standalone to separate method so
    that it can be re-used in TestACMERenew.
    
    Signed-off-by: Mohammad Rizwan <myusuf@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>