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.
2019-02-19 16:26:47 +00:00
..
README.md issue #536: add tests for each ansible_python_interpreter case. 2019-02-12 00:12:25 +00:00
all.yml issue #548: always treat transport=smart as 'ssh' for mitogen_via=. 2019-02-19 16:26:47 +00:00
become.yml tests/ansible: Spec.become() test 2019-02-12 16:12:05 +00:00
become_method.yml tests/ansible: Spec.become_method() test & mitogen_via= fix. 2019-02-12 16:32:11 +00:00
become_pass.yml tests/ansible: Spec.become_pass() test. 2019-02-13 16:14:15 +00:00
become_user.yml tests/ansible: Spec.become_user() test. 2019-02-13 04:04:54 +00:00
password.yml tests/ansible: Spec.password() test, document interactive pw limitation. 2019-02-12 16:04:05 +00:00
port.yml tests/ansible: Spec.port() test & mitogen_via= fix. 2019-02-13 16:32:11 +00:00
python_path.yml tests/ansible: Spec.transport() test. 2019-02-12 14:33:36 +00:00
remote_addr.yml tests/ansible: Spec.remote_addr() test & mitogen_via= fix. 2019-02-12 14:45:46 +00:00
remote_user.yml tests/ansible: Spec.remote_user() test & mitogen_via= fix. 2019-02-12 14:52:36 +00:00
transport.yml tests/ansible: Spec.transport() test. 2019-02-12 14:33:36 +00:00
transport__smart.yml issue #548: always treat transport=smart as 'ssh' for mitogen_via=. 2019-02-19 16:26:47 +00:00

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.