Remove testr.conf as it's been replaced by stestr

Change-Id: I73e5ed94cdd786d392a6a6b61b8ef4f630715482
This commit is contained in:
Rui Yuan Dou 2018-12-26 10:20:35 +08:00
parent c4e81b3857
commit 1e1f9717ff
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
[DEFAULT]
test_command=
OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -t ./ ./keystonemiddleware/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list