Move from .testr.conf to .stestr.conf

Change-Id: I4a19bb49e4e29540a642be9ffc7ed9ba5cdd8896
This commit is contained in:
Alex Kavanagh 2017-11-30 10:44:40 +00:00
parent ffd60c0cc6
commit 5451ef9cb2
2 changed files with 3 additions and 8 deletions

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=./unit_tests
top_dir=./

View File

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