[Freeipa-devel] [PATCH] 11 - CI - test_forced_client_reenrollment stability fix

Petr Viktorin pviktori at redhat.com
Tue Apr 15 10:51:47 UTC 2014


On 04/15/2014 12:41 PM, Misnyovszki Adam wrote:
> Hi,
> this patch fixes FreeIPA Jenkins CI test
> freeipa-integration-forced_client_reenrollment-f19, by turning sshfp
> records into a set, and sorting them before assertion.
>
> https://fedorahosted.org/freeipa/ticket/4298
>
> Greets
> Adam

The list.sort() method sorts in-place and returns None, so now the test 
would not really test anything. Use the sorted() function.

You might want to log the value before returning it.

-- 
Petr³




More information about the Freeipa-devel mailing list