<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipatests/test_integration, branch 4084</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/'/>
<entry>
<title>test_integration: Log external hostname in Host.ldap_connect</title>
<updated>2013-12-06T11:58:50+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-11-21T12:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=a9a7976ca8452d363c3daff08ac5734a598c892d'/>
<id>a9a7976ca8452d363c3daff08ac5734a598c892d</id>
<content type='text'>
This may make debugging easier if the address is set incorrectly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may make debugging easier if the address is set incorrectly.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_integration: Support external names for hosts</title>
<updated>2013-12-06T11:58:50+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-10-24T10:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=98f4c22267491bb8adceddcbd7ac4865b737e70f'/>
<id>98f4c22267491bb8adceddcbd7ac4865b737e70f</id>
<content type='text'>
The framework had a concept of external hostnames,
which the controller uses to contact the test machines,
but they were not loaded from configuration.

Load external names from configuration.

This makes tests pass in setups where internal and external
hostnames are different, and the internal hostnames are not
initially resolvable from the controller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The framework had a concept of external hostnames,
which the controller uses to contact the test machines,
but they were not loaded from configuration.

Load external names from configuration.

This makes tests pass in setups where internal and external
hostnames are different, and the internal hostnames are not
initially resolvable from the controller.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn LDAPEntry.single_value into a dictionary-like property.</title>
<updated>2013-11-05T12:56:55+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-09-10T10:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=df5f4ee81d1aff1122dd92ab1b56eb335294c3a7'/>
<id>df5f4ee81d1aff1122dd92ab1b56eb335294c3a7</id>
<content type='text'>
This change makes single_value consistent with the raw property.

https://fedorahosted.org/freeipa/ticket/3521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes single_value consistent with the raw property.

https://fedorahosted.org/freeipa/ticket/3521
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix debug output in integration test</title>
<updated>2013-11-04T10:59:34+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-11-01T14:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=1f6880c59059496f5002111cd0b5f16cc51961db'/>
<id>1f6880c59059496f5002111cd0b5f16cc51961db</id>
<content type='text'>
Recent ipaldap work has made LDAPEntry incompatible with python-ldap's
LDIFWriter.
Convert entry to dict before printing debug output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent ipaldap work has made LDAPEntry incompatible with python-ldap's
LDIFWriter.
Convert entry to dict before printing debug output.
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: test_trust: use domain name instead of realm for user lookups</title>
<updated>2013-11-01T15:24:30+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-11-01T12:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=9cbb94cd66c80b3d52f08704c1d597f98a66cbab'/>
<id>9cbb94cd66c80b3d52f08704c1d597f98a66cbab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Add integration tests for legacy clients</title>
<updated>2013-11-01T15:24:30+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-11-01T12:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=428aecec497e2d27d3901ec2caff4a68568ee2b5'/>
<id>428aecec497e2d27d3901ec2caff4a68568ee2b5</id>
<content type='text'>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Add support for extra roles referenced by a keyword</title>
<updated>2013-10-31T15:52:12+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-10-16T11:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=b1bffb5ecad0fdaa2f560efd2b75c76bedc4423c'/>
<id>b1bffb5ecad0fdaa2f560efd2b75c76bedc4423c</id>
<content type='text'>
Adds support for host definition by a environment variables of the
following form:

ROLE_&lt;keyword&gt;_envX, where X is the number of the environment
for which host referenced by a role &lt;keyword&gt; should be defined.

Adds a required_extra_roles attribute to the IntegrationTest class,
which can test developer use to specify the extra roles that this
particular test requires. If not all required extra roles are
available, the test will be skipped.

All extra (and static) roles are accessible to the IntegrationTests
via the host_by_role method, which returns a host of given role.

Part of: https://fedorahosted.org/freeipa/ticket/3833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds support for host definition by a environment variables of the
following form:

ROLE_&lt;keyword&gt;_envX, where X is the number of the environment
for which host referenced by a role &lt;keyword&gt; should be defined.

Adds a required_extra_roles attribute to the IntegrationTest class,
which can test developer use to specify the extra roles that this
particular test requires. If not all required extra roles are
available, the test will be skipped.

All extra (and static) roles are accessible to the IntegrationTests
via the host_by_role method, which returns a host of given role.

Part of: https://fedorahosted.org/freeipa/ticket/3833
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Do not use /usr/bin hardcoded paths</title>
<updated>2013-10-31T13:10:53+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-10-30T09:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=44998feace93a01b3dfda8fce6ff7aa35fffbabf'/>
<id>44998feace93a01b3dfda8fce6ff7aa35fffbabf</id>
<content type='text'>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Restore SELinux context after restoring files from backup</title>
<updated>2013-10-31T12:18:00+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-10-30T11:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=4fd88140b181b5f69c9312070840a4020593eb90'/>
<id>4fd88140b181b5f69c9312070840a4020593eb90</id>
<content type='text'>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Extend clear_sssd_cache to support non-systemd platforms</title>
<updated>2013-10-31T12:16:02+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-10-30T09:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=775f2de4ecc047428034ed68dbbae934fa38de8a'/>
<id>775f2de4ecc047428034ed68dbbae934fa38de8a</id>
<content type='text'>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of: https://fedorahosted.org/freeipa/ticket/3833
</pre>
</div>
</content>
</entry>
</feed>
