Add .stestr.conf .

Stestr after update changed configuration file format
This fix test warring : UserWarning: No .stestr.conf file found in the CWD. Please create one to to replace the .testr.conf. You can find a script to do this in the stestr.

Change-Id: I98fbaa31b63e324edf3a3fd79d0ce01c215055a9
This commit is contained in:
Adrian Czarnecki 2017-09-22 13:41:11 +02:00
parent 1798e8bb35
commit ad1aa021ad
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ cover*
*.egg
*.egg-info
.testrepository
.stestr
.tox
ChangeLog
MANIFEST

4
.stestr.conf Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
test_path=$OS_TEST_PATH
top_dir=./
group_regex=monasca_api\.tests(?:\.|_)([^_]+)