Make integration tests for fact gathering assert on failure

This commit is contained in:
Toshio Kuratomi
2016-03-14 18:48:40 -07:00
parent 512825455e
commit f0e6d28815
2 changed files with 98 additions and 16 deletions

View File

@@ -4,6 +4,9 @@ testhost2 ansible_ssh_host=127.0.0.1 ansible_connection=local
# For testing delegate_to
testhost3 ansible_ssh_host=127.0.0.3
testhost4 ansible_ssh_host=127.0.0.4
# For testing fact gathering
facthost[0:7] ansible_host=1270.0.0.1 ansible_connection=local
# the following inline declarations are accompanied
# by (preferred) group_vars/ and host_vars/ variables