summaryrefslogtreecommitdiffstats
path: root/ipatests/ipa-test-task
Commit message (Collapse)AuthorAgeFilesLines
* ipatests: Setup SSSD debugging mode by defaultTomas Babej2014-05-091-0/+11
| | | | | Reviewed-By: Jakub Hrozek <jhrozek@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
* ipatests: Add records for all hosts in master's domainTomas Babej2014-02-051-0/+27
| | | | | | | | | | | | | | 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>
* Use /usr/bin/python2Xiao-Long Chen2014-01-031-1/+1
| | | | | | | | | | | | Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com
* ipatests: Add AD-integration related tasksTomas Babej2013-10-241-5/+112
| | | | Part of: https://fedorahosted.org/freeipa/ticket/3834
* Add the ipa-test-task toolPetr Viktorin2013-07-251-0/+294
This script makes common testing tasks such as IPA installation and uninstallation available outside of Python. https://fedorahosted.org/freeipa/ticket/3721