Merge "tests: replace .testr.conf with .stestr.conf"

This commit is contained in:
Jenkins 2017-09-27 10:17:09 +00:00 committed by Gerrit Code Review
commit f02578955e
3 changed files with 4 additions and 8 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.swp
.manila-venv
.coverage
.stestr/*
.testrepository
.tox
.venv

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=./manila/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} \
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