summaryrefslogtreecommitdiffstats
path: root/ipatests/man/ipa-test-config.1
Commit message (Collapse)AuthorAgeFilesLines
* ipa-test-config: Add --json and --yaml output optionsPetr Viktorin2014-03-051-1/+24
| | | | | | | | Also update the man page. Part of the work for: https://fedorahosted.org/freeipa/ticket/3938 Reviewed-By: Tomas Babej <tbabej@redhat.com>
* 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 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-291-0/+157
Add man pages for ipa-run-tests, ipa-test-task, and ipa-test-config. https://fedorahosted.org/freeipa/ticket/3855 (part 5)