summaryrefslogtreecommitdiffstats
path: root/ipatests/man/ipa-test-task.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix hyphen-used-as-minus-sign warning (found by lintian)Benjamin Drung2015-10-221-1/+1
| | | | | | | See https://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for an explanation. Reviewed-By: Martin Basti <mbasti@redhat.com>
* ipatests: Setup SSSD debugging mode by defaultTomas Babej2014-05-091-0/+4
| | | | | Reviewed-By: Jakub Hrozek <jhrozek@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
* Fixed typo in ipa-test-task man pageThorsten Scherf2014-05-061-2/+2
| | | | Reviewed-By: Tomas Babej <tbabej@redhat.com>
* ipatests: Add records for all hosts in master's domainTomas Babej2014-02-051-0/+7
| | | | | | | | | | | | | | 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 <pviktori@redhat.com>
* ipatests: Add AD-integration related tasksTomas Babej2013-10-241-0/+32
| | | | Part of: https://fedorahosted.org/freeipa/ticket/3834
* Add man pages for testing toolsPetr Viktorin2013-08-291-0/+126
Add man pages for ipa-run-tests, ipa-test-task, and ipa-test-config. https://fedorahosted.org/freeipa/ticket/3855 (part 5)