Restore .testr.conf

.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
This commit is contained in:
Tom Barron 2017-10-15 16:24:19 -04:00
parent 647147ba10
commit 376e1836c6
1 changed files with 8 additions and 0 deletions

8
.testr.conf Normal file
View File

@ -0,0 +1,8 @@
[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