Updates for stestr

Change-Id: Id20fb7add0ce4c4e37c7d38e6afeb00aedb93e84
This commit is contained in:
Dean Troyer 2017-09-14 16:53:57 -05:00
parent 026f05678f
commit b42a26e981
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
*~ *~
.coverage .coverage
.idea .idea
.stestr/
.testrepository .testrepository
.tox .tox
AUTHORS AUTHORS

4
.stestr.conf Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
test_path=${OS_TEST_PATH:-./osc_lib/tests}
top_dir=./
group_regex=([^\.]+\.)+

View File

@ -9,6 +9,9 @@ install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:h
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=master BRANCH_NAME=master
CLIENT_NAME=osc-lib CLIENT_NAME=osc-lib
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs} commands = ostestr {posargs}
whitelist_externals = ostestr whitelist_externals = ostestr