376e1836c6
.testr.conf was removed in favor of .stestr.conf in change [1] but the coverage job still uses it. Restore it alongside .stestr.conf until we convert the coverage job to use stestr. [1] I6bb369624c4a790242022e203e771a77ffe06cf5 Closes-Bug: #1723655 Change-Id: I451e383ed654d00a5a017cb28521c47566911f33
9 lines
383 B
Plaintext
9 lines
383 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_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ./manila/tests $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|