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
Matt Davis f8caa43dc7
add optional module_utils import support (#73832) (#73916)
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

(cherry-picked from 3e1f6484d7)
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration add optional module_utils import support (#73832) (#73916) 5 years ago
legacy Rename Azure modules: facts -> info (#61505) 6 years ago
lib/ansible_test [stable-2.9] Fix ansible-test coverage exporting. 5 years ago
sanity [security] Add more missing no_logs (#74115) 5 years ago
units [stable-2.9] Add AlmaLinux to the family of Red Hat-like operating systems (#73541) (#73544) 5 years ago
utils [stable-2.9] Azure Pipelines configuration. 5 years ago