Return testr conf

Now testr is still used for building rpm packages and we can't relace it
with stestr. So, it's reasonable to return the testr conf, that was removed
with patch #516461

Change-Id: I7482acb8afb6b19e47a73c3da95bde89f008ac14
This commit is contained in:
Mike Fedosin 2017-11-03 02:17:21 +03:00
parent ddf8d562a9
commit c61ed6f265
1 changed files with 8 additions and 0 deletions

8
.testr 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:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./glare/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list