ansible/test/integration/network-integration.cfg
Paul Belanger 33d6f6f2dd Use stdout_callback yaml for network-integration tests (#56102)
This gives us a little more structure to our console logs, which make it
easier for machines / humans to parse. It will be helpful once the
ansible network team starts importing this data into elastic-recheck.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-05-06 21:01:40 +05:30

18 lines
464 B
INI

# NOTE: This file is used by ansible-test to override specific Ansible constants
# This file is used by `ansible-test network-integration`
[defaults]
host_key_checking = False
log_path = /tmp/ansible-test.out
stdout_callback = yaml
# allow cleanup handlers to run when tests fail
force_handlers = True
[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'
[persistent_connection]
command_timeout = 100
connect_timeout = 100
connect_retry_timeout = 100