You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils/basic
kaorihinata 39cfb63be6
Allow no_log=False to silence the no_log warnings for module parameters (#64733) (#67439)
As AnsibleModule._log_invocation is currently implemented, any parameter
with a name that matches PASSWORD_MATCH triggers the no_log warning as a
precaution against parameters that may contain sensitive data, but have not
been marked as sensitive by the module author.

This patch would allow module authors to explicitly mark the aforementioned
parameters as not sensitive thereby bypassing an erroneous warning message,
while still catching parameters which have not been marked at all by the
author.

Adds tests for various no_log states including True, False, and None (as
extracted by AnsibleModule._log_invocation) when applied to an argument with
a name that matches PASSWORD_MATCH.

Fixes: #49465 #64656
(cherry picked from commit 3ca4580cb4)
6 years ago
..
__init__.py
test__log_invocation.py
test__symbolic_mode_to_octal.py
test_argument_spec.py Allow no_log=False to silence the no_log warnings for module parameters (#64733) (#67439) 6 years ago
test_atomic_move.py Update units to pass on macOS (#60435) 6 years ago
test_deprecate_warn.py
test_dict_converters.py
test_exit_json.py
test_filesystem.py
test_get_file_attributes.py
test_get_module_path.py
test_heuristic_log_sanitize.py
test_imports.py unit tests: remove unused imports (#59636) 7 years ago
test_log.py
test_no_log.py Move _handle_no_log_values() out of basic.py (#48628) 7 years ago
test_platform_distribution.py unit tests: remove unused imports (#59636) 7 years ago
test_run_command.py [stable-2.9] synchronize - fix password authentication (#66542) (#66661) 6 years ago
test_safe_eval.py
test_selinux.py
test_set_mode_if_different.py unit tests: remove unused imports (#60462) 6 years ago
test_tmpdir.py