Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipatests: Use pytest-beakerlib | Petr Viktorin | 2014-12-17 | 1 | -191/+14 |
| | | | | | | | | | | The plugin for BeakerLib integration was split into a separate project. If BeakerLib integration is desired, python-pytest-beakerlib shoule be installed separately. The IPA-specific beakerlib integration only sets up logging to BeakerLib, if the plugin is active. Reviewed-By: Tomas Babej <tbabej@redhat.com> | ||||
* | Integration tests: Port the BeakerLib plugin and log collection to pytest | Petr Viktorin | 2014-11-21 | 1 | -0/+234 |
Move the IPA-specific log collection out of the Beakerlib plugin. Add the --logfile-dir option to tests and ipa-test-task, so that logs can be collected even if BeakerLib is not used. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej <tbabej@redhat.com> |