#6213 Incorrect test for DNSForwardPolicyConflictWithEmptyZone warning in test_xmlrpc/test_dns_plugin
Closed: Fixed Opened by pspacek.

Class test_forward_zones in ipatests/test_xmlrpc/test_dns_plugin was using DNS zone 'fwzone2.test.' and expected to get warning 'Forwarding policy conflicts with some automatic empty zones.' (aka DNSForwardPolicyConflictWithEmptyZone).

This does not make sense because 'test.' zone is not listed in IANA registry 'Locally-Served DNS Zones':
http://www.iana.org/assignments/locally-served-dns-zones/locally-served-dns-zones.xhtml

To fix this I simply removed the warning from set of expected results.


master:

  • 8f1ba05c26921fb787c3eb1bb846a13e06e424ff Tests: fix test_forward_zones in test_xmlrpc/test_dns_plugin

master:

  • eabe248957f75a1dd3b8d3d330740d929f9e42d9

Metadata Update from @pspacek:
- Issue assigned to pspacek
- Issue set to the milestone: FreeIPA 4.4.1

Metadata