mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: remove xfail from test_dnssec
The nightly test test_dnssec.py::TestInstallDNSSECFirst::test_chain_of_trust used to fail because of https://github.com/rthalley/dnspython/issues/343, but the issue has been fixed upstream and does not happen any more since PRCI is using python3-dns-1.16.0-7. Remove the xfail. Reviewed-By: Mohammad Rizwan <myusuf@redhat.com>
This commit is contained in:
parent
03a5e5f35f
commit
f7a6c468ca
@ -13,8 +13,6 @@ import dns.dnssec
|
||||
import dns.resolver
|
||||
import dns.name
|
||||
|
||||
import pytest
|
||||
|
||||
from ipatests.test_integration.base import IntegrationTest
|
||||
from ipatests.pytest_ipa.integration import tasks
|
||||
from ipatests.pytest_ipa.integration.firewall import Firewall
|
||||
@ -320,7 +318,6 @@ class TestInstallDNSSECFirst(IntegrationTest):
|
||||
self.replicas[0].ip, root_zone, timeout=300
|
||||
), "Zone %s is not signed (replica)" % root_zone
|
||||
|
||||
@pytest.mark.xfail(reason='dnspython issue 343', strict=False)
|
||||
def test_chain_of_trust(self):
|
||||
"""
|
||||
Validate signed DNS records, using our own signed root zone
|
||||
|
Loading…
Reference in New Issue
Block a user