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/stub_connections
Alex Willmer 3cba11a126 CI: Fix ansible_version comparison with ansible-core 2.19.0rc1
Note that tests/ansible/integration/ssh/templated_by_play_taskvar.yml was
previously erroniously being skipped with ansible-core 2.19.0a<N> and
2.19.0b<N>.

fixes #1293
refs #1175
5 months ago
..
README.md issue #409: add new stub_connections/ test type. 7 years ago
_end_play_if_not_sudo_linux.yml CI: Fix ansible_version comparison with ansible-core 2.19.0rc1 5 months ago
all.yml Revert "Revert "fixed tests for ansible 2.12"" 4 years ago
kubectl.yml CI: Fix ansible_version comparison with ansible-core 2.19.0rc1 5 months ago
lxc.yml CI: Upgrade Github jobs from Ubuntu 20.04 to 22.04 & 24.04 7 months ago
lxd.yml CI: Upgrade Github jobs from Ubuntu 20.04 to 22.04 & 24.04 7 months ago
mitogen_doas.yml CI: Upgrade Github jobs from Ubuntu 20.04 to 22.04 & 24.04 7 months ago
mitogen_sudo.yml CI: Upgrade Github jobs from Ubuntu 20.04 to 22.04 & 24.04 7 months ago
setns_lxc.yml CI: Fix ansible_version comparison with ansible-core 2.19.0rc1 5 months ago
setns_lxd.yml CI: Fix ansible_version comparison with ansible-core 2.19.0rc1 5 months ago

README.md

stub_connections/

The playbooks in this directory use stub implementations of various third party tools (kubectl etc.) to verify arguments passed by Ansible to Mitogen and subsequently onward to the tool result in something that looks sane.

These are bare minimum tests just to ensure sporadically tested connection methods haven't broken in embarrasingly obvious ways.