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: I5df81345087e665ddea7da9ec82a0c722ab9a718
This commit is contained in:
Adrian Czarnecki 2017-09-22 10:54:51 +02:00
parent 6f28e1b2a0
commit 49c7dd9705
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ cover/
*.egg-info
.eggs/
.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_log_api\.tests(?:\.|_)([^_]+)