[Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Tomas Babej
Hi, This implements the test cases for legacy clients using SSSD, nss-ldap and nss-pam-ldapd. Part of: https://fedorahosted.org/freeipa/ticket/3833 -- Tomas Babej Associate Software Engeneer | Red Hat | Identity Management RHCE | Brno Site | IRC: tbabej | freeipa.org From

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Alexander Bokovoy
On Fri, 01 Nov 2013, Tomas Babej wrote: Hi, This implements the test cases for legacy clients using SSSD, nss-ldap and nss-pam-ldapd. Part of: https://fedorahosted.org/freeipa/ticket/3833 -- Tomas Babej Associate Software Engeneer | Red Hat | Identity Management RHCE | Brno Site | IRC:

Re: [Freeipa-devel] Reminder: Patchwork

2013-11-01 Thread Ana Krivokapic
On 10/31/2013 07:24 PM, Simo Sorce wrote: On Thu, 2013-10-31 at 18:52 +0100, Ana Krivokapic wrote: Hello IPA developers, I would like to remind everyone about our Patchwork instance[1]. This tool helps us to better coordinate work and be more efficient, so let's try to remember to use it

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Tomas Babej
On 11/01/2013 12:35 PM, Alexander Bokovoy wrote: On Fri, 01 Nov 2013, Tomas Babej wrote: Hi, This implements the test cases for legacy clients using SSSD, nss-ldap and nss-pam-ldapd. Part of: https://fedorahosted.org/freeipa/ticket/3833 -- Tomas Babej Associate Software Engeneer | Red Hat

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Alexander Bokovoy
On Fri, 01 Nov 2013, Tomas Babej wrote: +# the 'as' part is a workaround around Nose agressive execution of Test classes +from ipatests.test_integration import test_trust as trust_tests Can you explain what does this 'agressive execution' mean? This was done to make Nose not execute the

[Freeipa-devel] [PATCH 0202-0203] Improve performance of initial LDAP synchronizationDetect end of initial LDAP synchronization phase

2013-11-01 Thread Petr Spacek
Hello, Improve performance of initial LDAP synchronization. Changes are not journaled and SOA serial is not incremented during initial LDAP synchronization. This eliminates unnecessary synchronous writes to journal and also unnecessary SOA serial writes to LDAP. See commit messages and

Re: [Freeipa-devel] [PATCH 0125] ipatests: Add which package to legacy client advice

2013-11-01 Thread Tomas Babej
On 10/31/2013 12:10 PM, Ana Krivokapic wrote: On 10/30/2013 04:18 PM, Tomas Babej wrote: Hi, Adds which package to the requirements, since older distros do not have it by default. Part of: https://fedorahosted.org/freeipa/ticket/3833 ___

Re: [Freeipa-devel] [PATCH 0125] ipatests: Add which package to legacy client advice

2013-11-01 Thread Ana Krivokapic
On 11/01/2013 03:18 PM, Tomas Babej wrote: On 10/31/2013 12:10 PM, Ana Krivokapic wrote: On 10/30/2013 04:18 PM, Tomas Babej wrote: Hi, Adds which package to the requirements, since older distros do not have it by default. Part of: https://fedorahosted.org/freeipa/ticket/3833

Re: [Freeipa-devel] [PATCH 0125] ipatests: Add which package to legacy client advice

2013-11-01 Thread Tomas Babej
On 11/01/2013 03:27 PM, Ana Krivokapic wrote: On 11/01/2013 03:18 PM, Tomas Babej wrote: On 10/31/2013 12:10 PM, Ana Krivokapic wrote: On 10/30/2013 04:18 PM, Tomas Babej wrote: Hi, Adds which package to the requirements, since older distros do not have it by default. Part of:

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Petr Viktorin
On 11/01/2013 03:20 PM, Tomas Babej wrote: On 11/01/2013 12:19 PM, Tomas Babej wrote: Hi, This implements the test cases for legacy clients using SSSD, nss-ldap and nss-pam-ldapd. Part of: https://fedorahosted.org/freeipa/ticket/3833 A nitpick: assert result.returncode == 0

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Tomas Babej
On 11/01/2013 03:39 PM, Petr Viktorin wrote: On 11/01/2013 03:20 PM, Tomas Babej wrote: On 11/01/2013 12:19 PM, Tomas Babej wrote: Hi, This implements the test cases for legacy clients using SSSD, nss-ldap and nss-pam-ldapd. Part of: https://fedorahosted.org/freeipa/ticket/3833 A nitpick:

Re: [Freeipa-devel] [PATCH 0125] ipatests: Add which package to legacy client advice

2013-11-01 Thread Petr Viktorin
On 11/01/2013 03:34 PM, Ana Krivokapic wrote: On 11/01/2013 03:30 PM, Tomas Babej wrote: On 11/01/2013 03:27 PM, Ana Krivokapic wrote: On 11/01/2013 03:18 PM, Tomas Babej wrote: On 10/31/2013 12:10 PM, Ana Krivokapic wrote: On 10/30/2013 04:18 PM, Tomas Babej wrote: Hi, Adds which package

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Tomas Babej
On 11/01/2013 03:42 PM, Tomas Babej wrote: On 11/01/2013 03:39 PM, Petr Viktorin wrote: On 11/01/2013 03:20 PM, Tomas Babej wrote: On 11/01/2013 12:19 PM, Tomas Babej wrote: Hi, This implements the test cases for legacy clients using SSSD, nss-ldap and nss-pam-ldapd. Part of:

Re: [Freeipa-devel] [PATCH 0128] ipatests: Add integration tests for legacy clients

2013-11-01 Thread Alexander Bokovoy
On Fri, 01 Nov 2013, Tomas Babej wrote: On 11/01/2013 03:42 PM, Tomas Babej wrote: On 11/01/2013 03:39 PM, Petr Viktorin wrote: On 11/01/2013 03:20 PM, Tomas Babej wrote: On 11/01/2013 12:19 PM, Tomas Babej wrote: Hi, This implements the test cases for legacy clients using SSSD, nss-ldap