[Freeipa-devel] [PATCH 0159] Tests: fix test_forward_zones in test_xmlrpc/test_dns_plugin

Martin Basti mbasti at redhat.com
Tue Aug 16 11:55:09 UTC 2016



On 16.08.2016 13:30, Martin Basti wrote:
>
>
>
> On 12.08.2016 20:00, Petr Spacek wrote:
>> Hello,
>>
>> this is the last patch necessary to get all test_xmlrpc/test_dns_plugin tests
>> to pass! (I hope :-)
>>
>>      Tests: fix test_forward_zones in test_xmlrpc/test_dns_plugin
>>
>>      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.
>>
>>      https://fedorahosted.org/freeipa/ticket/6213
>>
>>
>>
>>
>
> NACK
>
>                 raise AssertionError(
> >                   VALUE % (doc, expected, got, stack)
> E                   AssertionError: assert_deepequal: expected != got.
> E                     0014: dnsforwardzone_add: Create forward zone 
> u'fwzone2.test.' with forwarders with default ("first") policy
> E                     expected = <function <lambda> at 0x7f76f1225500>
> E                     got = u"query 'fwzone2.test. SOA': The DNS 
> operation timed out after 10.0012469292 seconds"
> E                     path = (u'messages', 0, u'data', u'error')
>
>
> I don't think that this will work, you must use function to check 
> list, not list containing lambda functions
>
>
> Martin^2
>
>

Sorry, my bad, it is just wrong expected message in lambda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160816/bf8c8a4f/attachment.htm>


More information about the Freeipa-devel mailing list