<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipatests/man, branch master_keytab</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Fix hyphen-used-as-minus-sign warning (found by lintian)</title>
<updated>2015-10-22T16:21:30+00:00</updated>
<author>
<name>Benjamin Drung</name>
<email>benjamin.drung@profitbricks.com</email>
</author>
<published>2015-10-05T12:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=f93c88f398c7c6928ade782be50fdc069d07c934'/>
<id>f93c88f398c7c6928ade782be50fdc069d07c934</id>
<content type='text'>
See https://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for
an explanation.

Reviewed-By: Martin Basti &lt;mbasti@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for
an explanation.

Reviewed-By: Martin Basti &lt;mbasti@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Setup SSSD debugging mode by default</title>
<updated>2014-05-09T10:57:04+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-04-09T11:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d98e06c3144435b2ae2bb94505fbea836fce128c'/>
<id>d98e06c3144435b2ae2bb94505fbea836fce128c</id>
<content type='text'>
Reviewed-By: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-By: Alexander Bokovoy &lt;abokovoy@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-By: Alexander Bokovoy &lt;abokovoy@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in ipa-test-task man page</title>
<updated>2014-05-06T11:44:53+00:00</updated>
<author>
<name>Thorsten Scherf</name>
<email>tscherf@redhat.com</email>
</author>
<published>2014-05-06T09:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=7646cb8e580f11987c98f1ef81179aecf082eea9'/>
<id>7646cb8e580f11987c98f1ef81179aecf082eea9</id>
<content type='text'>
Reviewed-By: Tomas Babej &lt;tbabej@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Tomas Babej &lt;tbabej@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipa-test-config: Add --json and --yaml output options</title>
<updated>2014-03-05T09:00:58+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-12-12T09:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=87a36db6bcb701048228402887ed0c97c6fee70e'/>
<id>87a36db6bcb701048228402887ed0c97c6fee70e</id>
<content type='text'>
Also update the man page.

Part of the work for: https://fedorahosted.org/freeipa/ticket/3938

Reviewed-By: Tomas Babej &lt;tbabej@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update the man page.

Part of the work for: https://fedorahosted.org/freeipa/ticket/3938

Reviewed-By: Tomas Babej &lt;tbabej@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Add records for all hosts in master's domain</title>
<updated>2014-02-05T14:38:53+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-01-22T12:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=baf9b4c02a668b8ccd624706e923bbf5fb85172f'/>
<id>baf9b4c02a668b8ccd624706e923bbf5fb85172f</id>
<content type='text'>
All the hosts in the domain have IPA master set as their only
nameserver. However, the IPA master does not create records for
these machines by default. This is not an big issue for clients
or replicas, since those records do get created in other ways,
but external hosts using their internal hostnames will not resolve.

Adds an A record for each host in master's domain.

https://fedorahosted.org/freeipa/ticket/4130

Reviewed-By: Petr Viktorin &lt;pviktori@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the hosts in the domain have IPA master set as their only
nameserver. However, the IPA master does not create records for
these machines by default. This is not an big issue for clients
or replicas, since those records do get created in other ways,
but external hosts using their internal hostnames will not resolve.

Adds an A record for each host in master's domain.

https://fedorahosted.org/freeipa/ticket/4130

Reviewed-By: Petr Viktorin &lt;pviktori@redhat.com&gt;
</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/simo/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: Add AD-integration related tasks</title>
<updated>2013-10-24T12:08:40+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-09-04T14:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=b758be1f5152c8bb75d29e01655d311d9821059c'/>
<id>b758be1f5152c8bb75d29e01655d311d9821059c</id>
<content type='text'>
Part of: https://fedorahosted.org/freeipa/ticket/3834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of: https://fedorahosted.org/freeipa/ticket/3834
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Add Active Directory support to configuration</title>
<updated>2013-10-24T12:08:40+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-09-04T12:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=69a7c1e2ba3ad49deb5427813010d3e61993ef0d'/>
<id>69a7c1e2ba3ad49deb5427813010d3e61993ef0d</id>
<content type='text'>
Part of: https://fedorahosted.org/freeipa/ticket/3834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of: https://fedorahosted.org/freeipa/ticket/3834
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man pages for testing tools</title>
<updated>2013-08-29T13:18:34+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-08-13T16:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=f742520760d1b146cd3c5e79a6c86a024570ff6a'/>
<id>f742520760d1b146cd3c5e79a6c86a024570ff6a</id>
<content type='text'>
Add man pages for ipa-run-tests, ipa-test-task, and ipa-test-config.

https://fedorahosted.org/freeipa/ticket/3855 (part 5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add man pages for ipa-run-tests, ipa-test-task, and ipa-test-config.

https://fedorahosted.org/freeipa/ticket/3855 (part 5)
</pre>
</div>
</content>
</entry>
</feed>
