From f04b32e40b57d904b2b328f84940355b79a37985 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 7 May 2019 11:54:44 +0200 Subject: [PATCH] auth: Fix the "cname at ENT" API test Rectify is only run for DNSSEC-secured zones and otherwise we have no ENT to test that the conflict is properly resolved. --- regression-tests.api/test_Zones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.api/test_Zones.py b/regression-tests.api/test_Zones.py index ff756bad0a..514cea8e0e 100644 --- a/regression-tests.api/test_Zones.py +++ b/regression-tests.api/test_Zones.py @@ -1801,7 +1801,7 @@ $ORIGIN %NAME% self.assertIsNone(dbrecs[0]['ordername']) def test_cname_at_ent_place(self): - name, payload, zone = self.create_zone(api_rectify=True) + name, payload, zone = self.create_zone(dnssec=True, api_rectify=True) rrset = { 'changetype': 'replace', 'name': 'sub2.sub1.' + name, -- 2.39.5