mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>