deb-designate/.testr.conf
Kiall Mac Innes 4fcf8cf080 Update testr config for better logging
With this change, recorded log messages during test runs will be displayed
more consistently, and will include the log level.

Change-Id: Iceba7e8f82ec339ff122a7e0c220e33cca2274d6
2014-07-26 15:11:58 -07:00

11 lines
427 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
OS_DEBUG=${OS_DEBUG:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./designate/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list