issue #164: split "examples" out into regression/integration tests.

pull/193/head
David Wilson 6 years ago
parent aa8d7a0250
commit 49aa8834b0

@ -1,9 +0,0 @@
# playbooks Directory
Although this lives under `examples/`, it is more or less an organically
growing collection of regression tests used for development relating to user
bug reports.
This will be tidied up over time, meanwhile, the playbooks here are a useful
demonstrator for what does and doesn't work.

@ -0,0 +1,8 @@
# ``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.

@ -2,12 +2,11 @@
inventory = hosts
gathering = explicit
strategy_plugins = ../../ansible_mitogen/plugins/strategy
#strategy = mitogen_linear
library = modules
retry_files_enabled = False
forks = 50
# Required by runner__remote_tmp.yml
# Required by integration/runner__remote_tmp.yml
remote_tmp = ~/.ansible/mitogen-tests/
[ssh_connection]

@ -1,5 +1,5 @@
- hosts: all
tasks:
- name: "Run hostname"
- name: builtin_command_module
command: hostname
with_sequence: start=1 end={{end|default(100)}}
Loading…
Cancel
Save