summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-05-06 11:31:41 -0400
committerNilashish Chakraborty <nilashishchakraborty8@gmail.com>2019-05-06 21:01:40 +0530
commit33d6f6f2dda8ca962cc48c1795075bbd04db7bd8 (patch)
tree2430e6a91a8e7996e822d8b554409f5b4493db55
parent93d24efe377aeafbb4a073cb490f70032fe77e20 (diff)
downloadansible-33d6f6f2dda8ca962cc48c1795075bbd04db7bd8.tar.gz
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>
-rw-r--r--test/integration/network-integration.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg
index c75544c04e..acbb4e53dd 100644
--- a/test/integration/network-integration.cfg
+++ b/test/integration/network-integration.cfg
@@ -4,6 +4,7 @@
[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