freeipa/ipatests/test_ipapython
Christian Heimes c5fb6c8502 Prepare migration of mod_nss NSSDB to sql format
- Refactor CertDB to look up values from its NSSDatabase.
- Add run_modutil() helpers to support sql format. modutil does not
  auto-detect the NSSDB format.
- Add migration helpers to CertDB.
- Add explicit DB format to NSSCertificateDatabase stanza
- Restore SELinux context when migrating NSSDB.
- Add some debugging and sanity checks to httpinstance.

The actual database format is still dbm. Certmonger on Fedora 27 does
neither auto-detect DB format nor support SQL out of the box.

https://pagure.io/freeipa/issue/7354

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2018-02-23 11:04:10 +01:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_certdb.py Prepare migration of mod_nss NSSDB to sql format 2018-02-23 11:04:10 +01:00
test_cookie.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_dn.py pylint: make unsupported-assignment-operation check local 2017-09-08 15:42:07 +02:00
test_ipautil.py Add better CalledProcessError and run() logging 2018-02-20 13:03:01 +01:00
test_ipavalidate.py Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
test_kerberos.py Enhance __repr__ method of Principal 2016-11-30 09:40:43 +01:00
test_keyring.py Replace nose with unittest and pytest 2017-12-12 16:16:58 +01:00
test_session_storage.py Add marker needs_ipaapi and option to skip tests 2017-12-11 20:40:06 +01:00
test_ssh.py Add workaround for pytest 3.3.0 bug 2017-11-28 19:43:15 +01:00