tooz/.testr.conf
Vilobh Meshram c02b57348e Enable OS_LOG_CAPTURE so that logs can be seen (on error)
Enable OS_LOG_CAPTURE so that logs can be seen on error. This
helps to debug issues when a particular test fails on the gate.

Change-Id: Ib66adff0a3864e9bc78d67f09d308f36236f5a5b
2016-02-08 14:58:22 -08:00

10 lines
411 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:-160} \
OS_DEBUG=${OS_DEBUG:-TRACE} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover tooz $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list