freeipa/ipatests/pytest_plugins
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
..
integration Make ipatests' create_external_ca a script 2018-05-03 08:36:51 +02:00
__init__.py Declarative tests: Switch to pytest 2014-11-21 12:14:44 +01:00
additional_config.py Pretty-print structures in assert_deepequal 2016-09-30 09:55:58 +02:00
beakerlib.py Have all the scripts run in python 3 by default 2018-02-15 18:43:12 +01:00
declarative.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
nose_compat.py Compatibility with pytest 3.4 2018-04-30 14:13:40 +02:00