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 <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-09-24 09:15:26 -04:00
parent f7b36e26f4
commit 1fdf4b0bac
1 changed files with 4 additions and 0 deletions

View File

@ -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 =