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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ cover*
|
||||
*.egg
|
||||
*.egg-info
|
||||
.testrepository
|
||||
.stestr
|
||||
.tox
|
||||
ChangeLog
|
||||
MANIFEST
|
||||
|
4
.stestr.conf
Normal file
4
.stestr.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=$OS_TEST_PATH
|
||||
top_dir=./
|
||||
group_regex=monasca_api\.tests(?:\.|_)([^_]+)
|
Reference in New Issue
Block a user