Use common environment name for ostestr testpath
OS_TEST_PATH, instead of TEST_PATH, is used widely in OpenStack repos (even the other glance-related repos). Change-Id: Ibac1794880e9e5dd9cfecf605d868bdafffaccae
This commit is contained in:
parent
f64de3200e
commit
b5a3075c8a
@ -1,4 +1,4 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
test_path=${TEST_PATH:-./glance/tests/unit}
|
test_path=${OS_TEST_PATH:-./glance/tests/unit}
|
||||||
top_dir=./
|
top_dir=./
|
||||||
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)
|
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user