Merge "Updates for stestr"

This commit is contained in:
Jenkins 2017-09-19 09:12:49 +00:00 committed by Gerrit Code Review
commit 1417264e4e
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -38,6 +38,7 @@ ChangeLog
# Editors
*~
.*.swp
/.stestr/
/.testrepository/
/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}
BRANCH_NAME=master
CLIENT_NAME=cliff
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
passenv =
ZUUL_CACHE_DIR
distribute = False