mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Enable certbot test on rhel
With this change, certbot test will be running on rhel. certbot is not avilable on rhel through repository. Plan is to install certbot using pip/epel on rhel and increase the test coverage on rhel Signed-off-by: Mohammad Rizwan <myusuf@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Anuja More <amore@redhat.com>
This commit is contained in:
parent
c572697d98
commit
19da4a76d5
@ -27,7 +27,7 @@ ROOT_CA = "root_ca.crt"
|
||||
# RHEL does not have certbot. EPEL's version is broken with
|
||||
# python-cryptography-2.3; likewise recent PyPI releases.
|
||||
# So for now, on RHEL we suppress tests that use certbot.
|
||||
skip_certbot_tests = osinfo.id not in ['fedora', ]
|
||||
skip_certbot_tests = osinfo.id not in ['fedora', 'rhel']
|
||||
|
||||
# Fedora mod_md package needs some patches before it will work.
|
||||
# RHEL version has the patches.
|
||||
|
Loading…
Reference in New Issue
Block a user