mitogen/tests/ansible
David Wilson faaac43a78 Disable SSH variables test on vanilla Ansible. 2018-05-12 00:51:50 +01:00
..
bench tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
integration Disable SSH variables test on vanilla Ansible. 2018-05-12 00:51:50 +01:00
lib ansible: reload /etc/resolv.conf for each task. 2018-05-07 23:14:27 +01:00
regression tests: tidy up thread_pileup for use as a toy benchmark. 2018-04-29 02:19:32 +01:00
tests issue #164: dir structure is gross, but at least tab completion works :> 2018-04-04 16:08:38 +01:00
.gitignore issue #164: whups, delete checked in binaries. 2018-04-05 16:34:54 +00:00
Makefile ansible: better planner logging, try again 2018-04-17 17:05:41 +01:00
README.md ansible: import osx_setup.yml. 2018-04-09 15:05:57 +01:00
all.yml issue #164: rearrange playbooks a little more 2018-04-04 16:11:19 +01:00
ansible.cfg issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
compare_output_test.py issue #164: split "examples" out into regression/integration tests. 2018-04-04 15:59:29 +01:00
gcloud-ansible-playbook.py issue #164: split "examples" out into regression/integration tests. 2018-04-04 15:59:29 +01:00
hosts tests: many test fixes. Travis broken for >1 week. 2018-05-04 20:28:05 +01:00
hosts.docker issue #164: split "examples" out into regression/integration tests. 2018-04-04 15:59:29 +01:00
mitogen_ansible_playbook.sh tests: import mitogen_ansible_playbook.sh helper 2018-04-16 14:29:14 +01:00
osx_setup.yml ansible: tests for all SSH variables. 2018-05-12 00:51:50 +01: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