summaryrefslogtreecommitdiffstats
path: root/ipatests/pytest_plugins
Commit message (Expand)AuthorAgeFilesLines
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-151-1/+1
* Replace hard-coded paths with path constantsChristian Heimes2018-02-081-1/+2
* Make IntegrationTest fail if an error happened during uninstallFelipe Barreto2018-02-071-1/+1
* IntegrationTests now collects logs from all test methodsFelipe Barreto2018-02-061-2/+0
* test_caless: add SAN extension to other certsMichal Reznik2018-01-171-5/+5
* tests: move CA related modules to pytest_pluginsMichal Reznik2018-01-092-0/+713
* test_tasks: add sign_ca_and_transport() functionMichal Reznik2018-01-091-0/+28
* Fixing test_testconfig with proper assertsFelipe Barreto2018-01-091-1/+2
* LGTM: unnecessary else in for loopChristian Heimes2018-01-091-2/+2
* LGTM: Fix multiple use before assignmentChristian Heimes2018-01-091-1/+2
* Support sqlite NSSDBChristian Heimes2017-11-161-3/+7
* Trivial typo fix.Abhijeet Kasurde2017-11-151-1/+1
* ipatests: fix circular import for collect_logsTomas Krizek2017-11-131-0/+16
* Py3: fix fetching of tar filesChristian Heimes2017-11-101-11/+13
* Fix log capture when running pytests_multihosts commandsFelipe Barreto2017-11-061-1/+3
* py3: pass raw entries to LDIFWriterStanislav Laznicka2017-10-261-1/+1
* ipatests: set default 389-ds log level to 0Tomas Krizek2017-10-231-4/+4
* ipatests: Fix on logs collectionPetr Čech2017-10-181-4/+8
* tests: correct usage of hostname in logger in tasksAbhijeet Kasurde2017-10-181-2/+2
* tests: Add LDAP URI to ldappasswd explicitlyDavid Kupka2017-10-131-1/+2
* tests: add host zone with overlapMichal Reznik2017-10-111-0/+26
* tests_py3: decode get_file_contents() resultMichal Reznik2017-10-061-1/+1
* test_caless: add caless to external CA testMichal Reznik2017-10-041-1/+9
* ipatests: collect log after ipa-ca-installTomas Krizek2017-08-311-1/+3
* Vault testcase improvementAbhijeet Kasurde2017-08-111-1/+3
* logging: make sure logging level is set to proper valueTomas Krizek2017-07-261-2/+4
* logging: do not use `ipa_log_manager` to create module-level loggersJan Cholasta2017-07-143-31/+31
* logging: do not log into the root loggerJan Cholasta2017-07-142-2/+4
* logging: remove object-specific loggersJan Cholasta2017-07-141-1/+1
* logging: port to standard Python loggingJan Cholasta2017-07-142-19/+11
* ipatests: do not collect systemd journal when logfile_dir is missingTomas Krizek2017-06-151-0/+3
* ipatests: add systemd journal collection for multihost testsTomas Krizek2017-06-013-0/+36
* ipatests: change logdir naming pattern for multihost testsTomas Krizek2017-06-011-1/+10
* Silence pytest.yield_fixture deprecation warningChristian Heimes2017-05-301-2/+3
* - added krb5kdc.log to pytest loggingMichal Reznik2017-04-121-0/+1
* collect audit.log for easier selinux investigationMartin Basti2017-04-061-0/+3
* Move remaining util functions to tasks moduleChristian Heimes2017-03-221-4/+33
* Move function run_repeatedly to tasks moduleChristian Heimes2017-03-221-8/+47
* Move hosts module to ipatests.pytest_plugins.integration.hostsChristian Heimes2017-03-223-2/+72
* Move tasks module to ipatests.pytest_plugins.integration.tasksChristian Heimes2017-03-222-3/+1249
* Move env_config module to ipatests.pytest_plugins.integration.env_configChristian Heimes2017-03-223-5/+369
* Move config module to ipatests.pytest_plugins.integration.configChristian Heimes2017-03-222-1/+164
* Move helper code for integration pluginChristian Heimes2017-03-221-0/+0
* Add options to run only ipaclient unittestsChristian Heimes2017-03-171-3/+5
* Tests: Providing trust tests with tree root domainLenka Doudova2016-11-151-1/+1
* Pylint: remove unused variables in testsMartin Basti2016-10-111-4/+2
* Pretty-print structures in assert_deepequalStanislav Laznicka2016-09-301-0/+8
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+1
* Remove unused variables in testsMartin Basti2016-09-271-1/+0
* CI tests: fix SSSD log collectingMartin Basti2016-07-261-2/+3