676195e009
os-testr has moved over to use stestr instead of testr. While this is usually compaible with existing settings, there is a warning that is emitted when .stestr.conf is not present. It is usually able to fall back to parsing the .testr.conf file, but to be more correct and to prevent future problems we should update the config. Change-Id: I11e43cff87cad20b9c880e276e20a04123f830fb
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
[DEFAULT]
|
|
test_path=${OS_TEST_PATH:-./cinder/tests/unit}
|
|
top_dir=./
|