From 1fdf4b0baceb6f417229b70d2d12f78aeb3c0ddb Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 24 Sep 2018 09:15:26 -0400 Subject: [PATCH] configure oslotest for debug output Capture stdout, stderr, and log output so that when a test fails we have all of the info we need to debug it. Change-Id: If3cc9e800dc4a166af96a5fd07903b918e5d3499 Signed-off-by: Doug Hellmann --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 8044c9222b..b0f6b853e7 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,10 @@ setenv = LOGDIR={envdir}/log TMPDIR={envdir}/tmp PYTHON=coverage run --source openstack_releases --parallel-mode + OS_STDOUT_CAPTURE=1 + OS_STDERR_CAPTURE=1 + OS_DEBUG=1 + OS_LOG_CAPTURE=1 basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands =