mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
acme: enable mod_md tests on Fedora
The Fedora mod_md package has received the required fixes (see https://bugzilla.redhat.com/show_bug.cgi?id=1832841). We can now enable the mod_md tests on Fedora. Part of: https://pagure.io/freeipa/issue/4751 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
678b8e682b
commit
525b946b75
@@ -21,7 +21,7 @@ skip_certbot_tests = osinfo.id not in ['fedora',]
|
||||
|
||||
# Fedora mod_md package needs some patches before it will work.
|
||||
# RHEL version has the patches.
|
||||
skip_mod_md_tests = osinfo.id not in ['rhel',]
|
||||
skip_mod_md_tests = osinfo.id not in ['rhel','fedora',]
|
||||
|
||||
CERTBOT_DNS_IPA_SCRIPT = '/usr/libexec/ipa/acme/certbot-dns-ipa'
|
||||
|
||||
@@ -193,7 +193,7 @@ class TestACME(IntegrationTest):
|
||||
# mod_md tests
|
||||
##############
|
||||
|
||||
@pytest.mark.skipif(skip_mod_md_tests, reason='mod_md too old')
|
||||
@pytest.mark.skipif(skip_mod_md_tests, reason='mod_md not available')
|
||||
def test_mod_md(self):
|
||||
# write config
|
||||
self.clients[0].run_command(['mkdir', '-p', '/etc/httpd/conf.d'])
|
||||
|
||||
Reference in New Issue
Block a user