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:
parent
ddf8d562a9
commit
c61ed6f265
8
.testr
Normal file
8
.testr
Normal 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
|
Loading…
Reference in New Issue
Block a user