From 33d6f6f2dda8ca962cc48c1795075bbd04db7bd8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 6 May 2019 11:31:41 -0400 Subject: [PATCH] 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 --- test/integration/network-integration.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg index c75544c04e3..acbb4e53ddf 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