mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Reorganize integration tests:
- Move legacy tests into a separate directory. - Reduce common dependencies between targets.
This commit is contained in:
parent
896c4b42ba
commit
781fd7099a
513 changed files with 111 additions and 6 deletions
9
test/integration/targets/var_blending/group_vars/all
Normal file
9
test/integration/targets/var_blending/group_vars/all
Normal 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'
|
1
test/integration/targets/var_blending/group_vars/local
Normal file
1
test/integration/targets/var_blending/group_vars/local
Normal file
|
@ -0,0 +1 @@
|
|||
tres: 'three'
|
4
test/integration/targets/var_blending/host_vars/testhost
Normal file
4
test/integration/targets/var_blending/host_vars/testhost
Normal file
|
@ -0,0 +1,4 @@
|
|||
a: 1
|
||||
b: 2
|
||||
c: 3
|
||||
d: 4
|
1
test/integration/targets/var_blending/inventory
Symbolic link
1
test/integration/targets/var_blending/inventory
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../inventory
|
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue