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.
mitogen/tests/ansible/integration/runner
Alex Willmer 357fe38766 Ansible 10 (ansible-core 2.17) support
Notably
- Python 2.7 and 3.6 are no longer supported by Ansible on targets
- The yum module has been removed, and redirected to dnf
- _INTERPRETER_PYTHON_DISTRO_MAP has been neutered. Interpreter discovery
  always favours specific `python3.<x>` interpreters in decending version
  order, then generic `python3` or `python`.
- Add the ability for an action plugin to call self._execute_module(*,
  ignore_unknown_opts=True) to execute a module with options that may not be
  supported for the version being called.

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html
https://github.com/ansible-community/ansible-build-data/blob/main/10/CHANGELOG-v10.md
https://github.com/ansible/ansible/blob/stable-2.17/changelogs/CHANGELOG-v2.17.rst

fixes #1074, refs #1082

Co-authored-by: Claude Becker <becker@phys.ethz.ch>
3 months ago
..
_etc_environment_global.yml tests: Name tasks 2 years ago
_etc_environment_user.yml tests: Name tasks 2 years ago
_reset_conn.yml tests: fix /etc/environment test on vanilla 6 years ago
all.yml Revert "Revert "fixed tests for ansible 2.12"" 3 years ago
atexit.yml tests: Name tasks 2 years ago
builtin_command_module.yml tests: Name tasks 2 years ago
crashy_new_style_module.yml tests: Tag Ansible tests 3 years ago
custom_bash_hashbang_argument.yml Ansible 10 (ansible-core 2.17) support 3 months ago
custom_bash_old_style_module.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_bash_want_json_module.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_binary_producing_json.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_binary_producing_junk.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_binary_single_null.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_perl_json_args_module.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_perl_want_json_module.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_python_json_args_module.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_python_new_style_missing_interpreter.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
custom_python_new_style_module.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
custom_python_prehistoric_module.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
custom_python_want_json_module.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
custom_script_interpreter.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
environment_isolation.yml tests: Name tasks 2 years ago
etc_environment.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
forking_active.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
forking_correct_parent.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
forking_inactive.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
missing_module.yml tests: Fix duplicate local task executions 6 months ago