<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tests/intg, branch pwrap</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>intg: Do not use non-existent pre-increment</title>
<updated>2015-10-11T19:23:41+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-10-09T15:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c4d2fc3c12656faeb3fb7ca20c922ca62edf13a0'/>
<id>c4d2fc3c12656faeb3fb7ca20c922ca62edf13a0</id>
<content type='text'>
Do not try to use the pre-increment operator which doesn't exist in
Python (and is in fact two "identity" operators - opposites of
"negation" operators). Use addition and assignment instead.

This fixes infinite loops on failed slapd starting and stopping.

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not try to use the pre-increment operator which doesn't exist in
Python (and is in fact two "identity" operators - opposites of
"negation" operators). Use addition and assignment instead.

This fixes infinite loops on failed slapd starting and stopping.

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Fix RFC2307bis group member creation</title>
<updated>2015-10-09T07:03:19+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-30T11:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c65de71bc38753320b9fd6f6fe1386244a2ff54a'/>
<id>c65de71bc38753320b9fd6f6fe1386244a2ff54a</id>
<content type='text'>
Fix creation of mixed user/group "member" attribute for RFC2307bis
group entries in ldap_ent.py.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix creation of mixed user/group "member" attribute for RFC2307bis
group entries in ldap_ent.py.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Reduce sssd.conf duplication in test_ldap.py</title>
<updated>2015-10-09T07:03:14+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-29T17:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=472800eda2ef4dfa3a738806d7adbc52be3fbe9c'/>
<id>472800eda2ef4dfa3a738806d7adbc52be3fbe9c</id>
<content type='text'>
Use a function to generate basic sssd.conf in test_ldap.py to reduce
code duplication.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a function to generate basic sssd.conf in test_ldap.py to reduce
code duplication.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Split LDAP test fixtures for flexibility</title>
<updated>2015-10-09T07:03:10+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-29T17:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=19c2d951059498703c28aea2ce2d9c3db71a8820'/>
<id>19c2d951059498703c28aea2ce2d9c3db71a8820</id>
<content type='text'>
Split ldap_test.py fixtures into several functions to allow for partial
fixtures and direct use within tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split ldap_test.py fixtures into several functions to allow for partial
fixtures and direct use within tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Add support for specifying all user attrs</title>
<updated>2015-10-09T07:03:07+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-28T13:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c423ad75a56b199083463a2714c8fbfd6e8edcc8'/>
<id>c423ad75a56b199083463a2714c8fbfd6e8edcc8</id>
<content type='text'>
Support passing all user attributes to ldap_ent.py's user-creation
functions, in integration tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support passing all user attributes to ldap_ent.py's user-creation
functions, in integration tests.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Get base DN from LDAP connection object</title>
<updated>2015-10-09T07:03:03+00:00</updated>
<author>
<name>Nikolai Kondrashov</name>
<email>Nikolai.Kondrashov@redhat.com</email>
</author>
<published>2015-09-29T17:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=a190e39ea4f2c084091be1cd37a3c6e3b603540e'/>
<id>a190e39ea4f2c084091be1cd37a3c6e3b603540e</id>
<content type='text'>
Don't use the global LDAP_BASE_DN in integration tests and fixtures, but
instead take it from the LDAP connection object (ldap_conn) passed to
them explicitly. This makes the tests and fixtures a bit more modular.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use the global LDAP_BASE_DN in integration tests and fixtures, but
instead take it from the LDAP connection object (ldap_conn) passed to
them explicitly. This makes the tests and fixtures a bit more modular.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: fix typos</title>
<updated>2015-10-08T18:52:06+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-07T12:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f106125bbd8f038a93d3fabe36899391c215f937'/>
<id>f106125bbd8f038a93d3fabe36899391c215f937</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: fix assert messages in test_memory_cache</title>
<updated>2015-10-08T18:35:27+00:00</updated>
<author>
<name>Pavel Reichl</name>
<email>preichl@redhat.com</email>
</author>
<published>2015-10-06T18:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1584db9c0b15ee239bd4e163c4ecaf6909b1b11b'/>
<id>1584db9c0b15ee239bd4e163c4ecaf6909b1b11b</id>
<content type='text'>
Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Set env variable for all tabs in screen</title>
<updated>2015-09-14T13:49:05+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-07-23T10:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=447d32b6f572e8ba3100668cb8677c19c0085be6'/>
<id>447d32b6f572e8ba3100668cb8677c19c0085be6</id>
<content type='text'>
Previously, only one tab had configured all environment variables
and current working directory was set to source directory.
It's better to open shell in "chroot" directory for troubleshooting purposes.

This patch also open pre-defined tabs with useful
directories with sssd cache, sssd log files, "chroot" directory

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, only one tab had configured all environment variables
and current working directory was set to source directory.
It's better to open shell in "chroot" directory for troubleshooting purposes.

This patch also open pre-defined tabs with useful
directories with sssd cache, sssd log files, "chroot" directory

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>intg: Fix some PEP 8 violations</title>
<updated>2015-09-03T07:56:54+00:00</updated>
<author>
<name>Michal Židek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2015-08-31T16:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=60713f738cedb6e4239604baf6619a0ca986fa49'/>
<id>60713f738cedb6e4239604baf6619a0ca986fa49</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
