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/transport_config
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
..
README.md issue #536: add tests for each ansible_python_interpreter case. 6 years ago
all.yml tests: Add regression for add_host with host_key_checking 7 months ago
become.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
become_method.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
become_pass.yml ansible_mitogen: Fix --ask-become-pass, add test coverage 7 months ago
become_user.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
host_key_checking.yml tests: Add regression for add_host with host_key_checking 7 months ago
password.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
port.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
python_path.yml Ansible 10 (ansible-core 2.17) support 3 months ago
remote_addr.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
remote_user.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
transport.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
transport__smart.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago

README.md

Tests for correct selection of connection variables.

This directory is a placeholder for a work-in-progress test set that tries every combination of the variables extracted via transport_config.py.

In the meantime, it has ad-hoc scripts for bugs already encountered.