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:
parent
42d3b09f41
commit
ca5d223611
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,4 +12,5 @@ cover/
|
|||||||
.tox/
|
.tox/
|
||||||
*egg-info/
|
*egg-info/
|
||||||
.testrepository/
|
.testrepository/
|
||||||
|
.stestr/
|
||||||
*.sample
|
*.sample
|
4
.stestr.conf
Normal file
4
.stestr.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
test_path=${OS_TEST_PATH:-./monasca_persister/tests}
|
||||||
|
top_dir=./
|
||||||
|
group_regex=monasca_persister\.tests(?:\.|_)([^_]+)
|
Loading…
x
Reference in New Issue
Block a user