mitogen/tests/ansible
David Wilson 1008cda93b tests: add missing debops installs tep 2018-07-27 13:37:29 -07:00
..
bench tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
gcloud tests: add missing debops installs tep 2018-07-27 13:37:29 -07:00
integration ansible: make _remote_expand_user() pay attention to sudoable=.. 2018-07-25 19:27:25 +00:00
lib issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 2018-07-22 16:24:42 -07:00
regression issue #275: Don't run virtualnv test on 2.6. 2018-06-25 01:36:48 +01:00
tests
.gitignore
Makefile ansible: better planner logging, try again 2018-04-17 17:05:41 +01:00
README.md
all.yml Revert "try to catch EINTR on travis" 2018-06-10 15:28:33 +01:00
ansible.cfg issue #301: support expandvars() for remote_tmp only. 2018-07-22 16:25:06 -07:00
compare_output_test.py Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
debug_run_ansible_playbook.sh tests: import debug_ansible_playbook.sh. 2018-07-09 15:33:44 +01:00
hosts tests: many test fixes. Travis broken for >1 week. 2018-05-04 20:28:05 +01:00
hosts.docker
mitogen_ansible_playbook.sh
osx_setup.yml tests: osx_setup.yml missing line 2018-06-10 04:50:58 +00:00
run_ansible_playbook.sh tests: raft of fixes for vanilla Ansible 2018-04-17 14:58:33 +00:00

README.md

tests/ansible Directory

This is an an organically growing collection of integration and regression tests used for development and end-user bug reports.

It will be tidied up over time, meanwhile, the playbooks here are a useful demonstrator for what does and doesn't work.

Preparation

For OS X, run the osx_setup.yml script to create a bunch of users.

run_ansible_playbook.sh

This is necessary to set some environment variables used by future tests, as there appears to be no better way to inject them into the top-level process environment before the Mitogen connection process forks.

Running Everything

ANSIBLE_STRATEGY=mitogen_linear ./run_ansible_playbook.sh all.yml