python-cinderclient/.stestr.conf
Sean McGinnis 203251d7dd Add .stestr.conf configuration
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: If553a64f5dded2d47025c947a91f13091f3f5d14
2017-10-02 18:07:23 -05:00

4 lines
74 B
Plaintext

[DEFAULT]
test_path=${OS_TEST_PATH:-./cinderclient/tests/unit}
top_dir=./