9576f59ea8
This enables the oslo.test recent change to be able to capture/output the verbose trace/blather log level which taskflow has been using. This should help make it easier to diagnosis issues that happen when needed. Change-Id: Ia3c63e66e4b4ad5523a5e0c6ba44b35b918c2acd
11 lines
380 B
Plaintext
11 lines
380 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} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ./taskflow/tests $LISTOPT $IDOPTION
|
|
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|
|
|