Updates for stestr

Change-Id: Ie66255fc59e351baf279123be26efbf324066212
This commit is contained in:
Dean Troyer 2017-09-14 16:54:13 -05:00
parent 9ce5e930e5
commit 5e836d6ee1
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -38,6 +38,7 @@ ChangeLog
# Editors # Editors
*~ *~
.*.swp .*.swp
/.stestr/
/.testrepository/ /.testrepository/
/cover/ /cover/
.coverage.* .coverage.*

3
.stestr.conf Normal file
View File

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

View File

@ -7,6 +7,9 @@ setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
BRANCH_NAME=master BRANCH_NAME=master
CLIENT_NAME=cliff CLIENT_NAME=cliff
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
passenv = passenv =
ZUUL_CACHE_DIR ZUUL_CACHE_DIR
distribute = False distribute = False