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
David Wilson c1a4597e32 issue #477: tests: use Ansible 2.3-compatible include rather than import
This will break with Ansible 2.8. Probably going to end up with a regex
hack for CI.
6 years ago
..
README.md
_end_play_if_not_sudo_linux.yml
all.yml issue #477: tests: use Ansible 2.3-compatible include rather than import 6 years ago
kubectl.yml
lxc.yml
lxd.yml
mitogen_doas.yml tests: stub tests for doas/mitogen_doas 6 years ago
mitogen_sudo.yml tests: avoid -u command line parameter conflict 6 years ago
setns_lxc.yml issue #477: tests: use Ansible 2.3-compatible include rather than import 6 years ago
setns_lxd.yml issue #477: tests: use Ansible 2.3-compatible include rather than import 6 years 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.