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
Alex Willmer 6accc87da1 tests: Improve Ansible fail_msg formatting
By switching to block style (`|`) with clip (no `-` or `+`) the failure
messages don't require quoting and gain a single trailing newline. This causes
Ansible to print them as block style, when using the yaml stdout callback
plugin. As a result the values have one less layer of quoting and quote
escaping, making them much easier to read.
2 months ago
..
README.md issue #536: add tests for each ansible_python_interpreter case. 6 years ago
all.yml tests: Add regression for add_host with host_key_checking 7 months ago
become.yml tests: Improve Ansible fail_msg formatting 2 months ago
become_method.yml tests: Improve Ansible fail_msg formatting 2 months ago
become_pass.yml tests: Improve Ansible fail_msg formatting 2 months ago
become_user.yml tests: Improve Ansible fail_msg formatting 2 months ago
host_key_checking.yml tests: Improve Ansible fail_msg formatting 2 months ago
password.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
port.yml tests: Improve Ansible fail_msg formatting 2 months ago
python_path.yml Ansible 10 (ansible-core 2.17) support 4 months ago
remote_addr.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
remote_user.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
transport.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months ago
transport__smart.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 8 months 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.