Reorganize integration tests:

- Move legacy tests into a separate directory.
- Reduce common dependencies between targets.
This commit is contained in:
Matt Clay 2017-09-13 17:31:44 -07:00
commit 781fd7099a
513 changed files with 111 additions and 6 deletions

View file

@ -0,0 +1,9 @@
a: 999
b: 998
c: 997
d: 996
uno: 1
dos: 2
tres: 3
etest: 'from group_vars'
inventory_beats_default: 'narf'

View file

@ -0,0 +1 @@
tres: 'three'

View file

@ -0,0 +1,4 @@
a: 1
b: 2
c: 3
d: 4

View file

@ -0,0 +1 @@
../../inventory

View file

@ -2,4 +2,4 @@
set -eux
ansible-playbook test_var_blending.yml -i ../../inventory -e @integration_config.yml -v "$@"
ansible-playbook test_var_blending.yml -i inventory -e @integration_config.yml -v "$@"