fuel-ccp/.testr.conf
Yuriy Taraday 9324199cb9 Enable debug log capturing in tests
It uncovered an error in log template substitution, fixed it.

Change-Id: Ic0ddbc05f88b19d9162a02fe884a88b32814f08e
2016-09-03 08:57:51 +03:00

11 lines
433 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
OS_DEBUG=${OS_DEBUG:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=([^\.]+\.)+