summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/util.py
Commit message (Collapse)AuthorAgeFilesLines
* test_integration: Use python-pytest-multihostPetr Viktorin2014-12-111-10/+0
| | | | | | | | | | | | The core integration testing functionality was split into a separate project. Use this project, and configure it for FreeIPA. The "mh" (multihost) fixture is made available for integration tests. Configuration based on environment variables is moved into a separate module, to ease eventual deprecation. Reviewed-By: Tomas Babej <tbabej@redhat.com>
* test_integration.config: Load/store from/to dictsPetr Viktorin2014-03-051-0/+10
| | | | | | Part of the work for: https://fedorahosted.org/freeipa/ticket/3938 Reviewed-By: Tomas Babej <tbabej@redhat.com>
* ipatests: Create util module for ipatestsTomas Babej2013-10-241-0/+60
Part of: https://fedorahosted.org/freeipa/ticket/3834