Capture logs when running unit tests

The unit test logs are mixed up in the output of subunit-trace.
Adding OS_LOG_CAPTURE=1 by default to avoid that.

Change-Id: Ie322795c8638963b276c4bd54b845331c3567370
This commit is contained in:
Andrea Frittoli 2017-08-11 14:36:18 +01:00
parent ff5ab84cbe
commit 8f018cb7c8
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ deps =
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./tempest/tests
OS_LOG_CAPTURE=1
PYTHONWARNINGS=default::DeprecationWarning
BRANCH_NAME=master
CLIENT_NAME=tempest