summaryrefslogtreecommitdiffstats
path: root/ipatests/man
Commit message (Collapse)AuthorAgeFilesLines
* ipatests: Add support for extra roles referenced by a keywordTomas Babej2013-10-311-2/+8
| | | | | | | | | | | | | | | | | | Adds support for host definition by a environment variables of the following form: ROLE_<keyword>_envX, where X is the number of the environment for which host referenced by a role <keyword> 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
* ipatests: Add AD-integration related tasksTomas Babej2013-10-241-0/+32
| | | | Part of: https://fedorahosted.org/freeipa/ticket/3834
* ipatests: Add Active Directory support to configurationTomas Babej2013-10-241-1/+19
| | | | Part of: https://fedorahosted.org/freeipa/ticket/3834
* Add man pages for testing toolsPetr Viktorin2013-08-295-0/+388
Add man pages for ipa-run-tests, ipa-test-task, and ipa-test-config. https://fedorahosted.org/freeipa/ticket/3855 (part 5)