Updates for stestr
Change-Id: Id20fb7add0ce4c4e37c7d38e6afeb00aedb93e84
This commit is contained in:
parent
026f05678f
commit
b42a26e981
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
*~
|
||||
.coverage
|
||||
.idea
|
||||
.stestr/
|
||||
.testrepository
|
||||
.tox
|
||||
AUTHORS
|
||||
|
4
.stestr.conf
Normal file
4
.stestr.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH:-./osc_lib/tests}
|
||||
top_dir=./
|
||||
group_regex=([^\.]+\.)+
|
3
tox.ini
3
tox.ini
@ -9,6 +9,9 @@ install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:h
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
BRANCH_NAME=master
|
||||
CLIENT_NAME=osc-lib
|
||||
OS_STDOUT_CAPTURE=1
|
||||
OS_STDERR_CAPTURE=1
|
||||
OS_TEST_TIMEOUT=60
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = ostestr {posargs}
|
||||
whitelist_externals = ostestr
|
||||
|
Loading…
x
Reference in New Issue
Block a user