
OS_TEST_PATH, instead of TEST_PATH, is used widely in OpenStack repos (even the other glance-related repos). Change-Id: Ibac1794880e9e5dd9cfecf605d868bdafffaccae
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
[DEFAULT]
|
|
test_path=${OS_TEST_PATH:-./glance/tests/unit}
|
|
top_dir=./
|
|
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)
|