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
Steven Robertson a3b9622f8b result length is 3 in Azure, 4 on local Mac 4 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 result length is 3 in Azure, 4 on local Mac 4 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 missed a few more tests 4 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.