mitogen/tests/ansible/integration/stub_connections
David Wilson f5f72b958f tests: avoid -u command line parameter conflict 2018-11-05 17:25:59 +00:00
..
README.md issue #409: add new stub_connections/ test type. 2018-10-31 00:47:47 +00:00
_end_play_if_not_sudo_linux.yml issue #409: add stub LXC test, refactor playbooks. 2018-10-31 12:12:17 +00:00
all.yml tests: stub tests for doas/mitogen_doas 2018-11-01 00:49:26 +00:00
kubectl.yml issue #409: more lxc/lxd stub tests, let tests run on vanilla. 2018-10-31 12:41:32 +00:00
lxc.yml issue #409: more lxc/lxd stub tests, let tests run on vanilla. 2018-10-31 12:41:32 +00:00
lxd.yml issue #409: more lxc/lxd stub tests, let tests run on vanilla. 2018-10-31 12:41:32 +00:00
mitogen_doas.yml tests: stub tests for doas/mitogen_doas 2018-11-01 00:49:26 +00:00
mitogen_sudo.yml tests: avoid -u command line parameter conflict 2018-11-05 17:25:59 +00:00
setns_lxc.yml issue #409: more lxc/lxd stub tests, let tests run on vanilla. 2018-10-31 12:41:32 +00:00
setns_lxd.yml issue #409: more lxc/lxd stub tests, let tests run on vanilla. 2018-10-31 12:41:32 +00:00

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.