Skip to content
Snippets Groups Projects
Commit 5d79745e authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipareplica_test: Deactivate adtrust_imported and kra_imported tests

These test are failing because there is no adtrust_imported and
kra_imported setting yet in ansible_ipa_replica.
parent 7a2d2c52
No related branches found
No related tags found
No related merge requests found
......@@ -159,19 +159,19 @@ def main():
# version specific tests #
if options.setup_adtrust and not adtrust_imported:
#if "adtrust" not in options._allow_missing:
ansible_module.fail_json(msg="adtrust can not be imported")
#else:
# options.setup_adtrust = False
# ansible_module.warn(msg="adtrust is not supported, disabling")
if options.setup_kra and not kra_imported:
#if "kra" not in options._allow_missing:
ansible_module.fail_json(msg="kra can not be imported")
#else:
# options.setup_kra = False
# ansible_module.warn(msg="kra is not supported, disabling")
#if options.setup_adtrust and not adtrust_imported:
# #if "adtrust" not in options._allow_missing:
# ansible_module.fail_json(msg="adtrust can not be imported")
# #else:
# # options.setup_adtrust = False
# # ansible_module.warn(msg="adtrust is not supported, disabling")
#if options.setup_kra and not kra_imported:
# #if "kra" not in options._allow_missing:
# ansible_module.fail_json(msg="kra can not be imported")
# #else:
# # options.setup_kra = False
# # ansible_module.warn(msg="kra is not supported, disabling")
# From ipa installer classes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment