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
Klaus Zerwes 478f286efb Revert "fixed tests for ansible 2.12"
include is deprecated and will be removed in 2.16, so there is some time to fix this left
This reverts commit 2d3970552e.
3 years ago
..
README.md issue #536: add tests for each ansible_python_interpreter case. 6 years ago
all.yml Revert "fixed tests for ansible 2.12" 3 years ago
become.yml tests: Print variables on failure of assert tasks 3 years ago
become_method.yml tests: Print variables on failure of assert tasks 3 years ago
become_pass.yml tests: Print variables on failure of assert tasks 3 years ago
become_user.yml tests: Print variables on failure of assert tasks 3 years ago
password.yml tests/ansible: Spec.password() test, document interactive pw limitation. 6 years ago
port.yml tests: Print variables on failure of assert tasks 3 years ago
python_path.yml missed a few more tests 5 years ago
remote_addr.yml tests/ansible: Spec.remote_addr() test & mitogen_via= fix. 6 years ago
remote_user.yml tests/ansible: Spec.remote_user() test & mitogen_via= fix. 6 years ago
transport.yml tests/ansible: Spec.transport() test. 6 years ago
transport__smart.yml issue #548: always treat transport=smart as 'ssh' for mitogen_via=. 6 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.