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
David Wilson 26e6194d0a issue #548: always treat transport=smart as 'ssh' for mitogen_via=.
The idea behind transport=smart is to select between paramiko and
OpenSSH given the availability of connection multiplexing and/or OSX
kernel bugs. We need to make no such choice.
5 years ago
..
README.md issue #536: add tests for each ansible_python_interpreter case. 5 years ago
all.yml issue #548: always treat transport=smart as 'ssh' for mitogen_via=. 5 years ago
become.yml tests/ansible: Spec.become() test 5 years ago
become_method.yml tests/ansible: Spec.become_method() test & mitogen_via= fix. 5 years ago
become_pass.yml tests/ansible: Spec.become_pass() test. 5 years ago
become_user.yml tests/ansible: Spec.become_user() test. 5 years ago
password.yml tests/ansible: Spec.password() test, document interactive pw limitation. 5 years ago
port.yml tests/ansible: Spec.port() test & mitogen_via= fix. 5 years ago
python_path.yml tests/ansible: Spec.transport() test. 5 years ago
remote_addr.yml tests/ansible: Spec.remote_addr() test & mitogen_via= fix. 5 years ago
remote_user.yml tests/ansible: Spec.remote_user() test & mitogen_via= fix. 5 years ago
transport.yml tests/ansible: Spec.transport() test. 5 years ago
transport__smart.yml issue #548: always treat transport=smart as 'ssh' for mitogen_via=. 5 years 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.