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/integration/targets/module_utils
Matt Davis 3e1f6484d7
add optional module_utils import support (#73832)
* add optional module_utils import support

Treat core and collections module_utils imports nested within any Python block statement (eg, `try`, `if`) as optional. This allows Ansible modules to implement runtime fallback behavior for missing module_utils (eg from a newer version of ansible-core), where previously, the module payload builder would always fail when unable to locate a module_util (regardless of any runtime behavior the module may implement).

* sanity test fixes

ci_complete
4 years ago
..
callback no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) 4 years ago
collections/ansible_collections/testns/testcoll/plugins/module_utils add optional module_utils import support (#73832) 4 years ago
library add optional module_utils import support (#73832) 4 years ago
module_utils Module utils default path (#20913) 8 years ago
other_mu_dir Module utils default path (#20913) 8 years ago
aliases Add integration tests for basic.py _set_cwd. 4 years ago
module_utils_basic_setcwd.yml Add integration tests for basic.py _set_cwd. 4 years ago
module_utils_common_dict_transformation.yml Various intentional tests (#72485) 4 years ago
module_utils_envvar.yml More test fixes for split controller/remote tests. 6 years ago
module_utils_test.yml add optional module_utils import support (#73832) 4 years ago
module_utils_test_no_log.yml no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) 4 years ago
module_utils_vvvvv.yml no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) 4 years ago
runme.sh Various intentional tests (#72485) 4 years ago