freeipa/ipatests/pytest_plugins/integration
Christian Heimes 606af69bbd Make ipatests' create_external_ca a script
The test helper create_external_ca is useful to create an external root
CA and sign ipa.csr for external CA testing. I also moved the file into
ipatests top package to make the import shorter and to avoid an import
warning.

Usage:

   ipa-server-install --external-ca ...
   python3 -m ipatests.create_external_ca
   ipa-server-install --external-cert-file=/tmp/rootca.pem \
       --external-cert-file=/tmp/ipaca.pem

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2018-05-03 08:36:51 +02:00
..
__init__.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
config.py Fix log capture when running pytests_multihosts commands 2017-11-06 16:22:18 +01:00
create_caless_pki.py test_caless: add SAN extension to other certs 2018-01-17 12:52:16 +01:00
env_config.py Fixing test_testconfig with proper asserts 2018-01-09 08:03:49 +01:00
host.py Move hosts module to ipatests.pytest_plugins.integration.hosts 2017-03-22 13:42:04 +01:00
tasks.py Make ipatests' create_external_ca a script 2018-05-03 08:36:51 +02:00