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: I24291d10ffd046570f01c06185ebe14b6531f0ed
This commit is contained in:
Adrian Czarnecki 2017-09-22 14:04:53 +02:00
parent 42d3b09f41
commit ca5d223611
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,4 +12,5 @@ cover/
.tox/
*egg-info/
.testrepository/
.stestr/
*.sample

4
.stestr.conf Normal file
View File

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