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 45c42d386a tests: Replace uses of ``include:``, unify skipping of mitogen only tests
The tag mitogen_only is only informational for now. It may be possible to use
it with ANSIBLE_SKIP_TAGS in the future.
2 months ago
..
README.md issue #409: add new stub_connections/ test type. 6 years ago
_end_play_if_not_sudo_linux.yml ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 2 months ago
all.yml Revert "Revert "fixed tests for ansible 2.12"" 3 years ago
kubectl.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 months ago
lxc.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 months ago
lxd.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 months ago
mitogen_doas.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 months ago
mitogen_sudo.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 months ago
setns_lxc.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 months ago
setns_lxd.yml tests: Replace uses of ``include:``, unify skipping of mitogen only tests 2 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.