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/connection_delegation
Alex Willmer 863f923f14 tests: Bypass interpreter discovery on non-existant connection delegation targets
By setting ansible_python_interpreter for these fictious hosts we avoid
Ansible trying and failing to connect to them in a attempt to populate
ansible_facts.discovered_interpreter_python. This speeds up these tests by
avoiding a timeout.

It is also a necessary pre-requisite for Ansible 10 (ansible-core 2.17). In
that release no hardcoded fallback is used, failure to determine a valid
Python interpreter is a fatal error.

refs #1074
3 months ago
..
all.yml tests: Enable stricter error handling, fix resulting failures 2 years ago
delegate_to_template.yml tests: Bypass interpreter discovery on non-existant connection delegation targets 3 months ago
local_action.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
osa_container_standalone.yml tests: Bypass interpreter discovery on non-existant connection delegation targets 3 months ago
osa_delegate_to_self.yml tests: Bypass interpreter discovery on non-existant connection delegation targets 3 months ago
stack_construction.yml tests: Bypass interpreter discovery on non-existant connection delegation targets 3 months ago