summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_testconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI tests domain_level env configMartin Basti2015-11-181-1/+1
| | | | Reviewed-By: Ales 'alich' Marecek <amarecek@redhat.com>
* Updated the tests according to the new replica installation workflowOleg Fayans2015-11-031-1/+4
| | | | | | | | | | | As of 4.3 the replica installation is performed without preparing a gpg file on master, but rather enrolling a future replica as a client with subsequent promotion of the client. This required the corresponding change in the integration tests https://fedorahosted.org/freeipa/ticket/5379 Reviewed-By: Martin Basti <mbasti@redhat.com>
* Run pylint on testsPetr Viktorin2015-01-141-0/+6
| | | | | | | | | | | | | | | Drop support for pylint < 1.0 Enable ignoring unknown attributes on modules (both nose and pytest use advanced techniques, support for which only made it to pylint recently) Fix some bugs revealed by pylint Do minor refactoring or add pylint:disable directives where the linter complains. Reviewed-By: Tomas Babej <tbabej@redhat.com>
* test_integration: Use python-pytest-multihostPetr Viktorin2014-12-111-3/+3
| | | | | | | | | | | | 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>
* Add tests for integration test configurationPetr Viktorin2014-03-051-0/+437
Reviewed-By: Tomas Babej <tbabej@redhat.com>