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:
@@ -1,4 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_path=${TEST_PATH:-./glance/tests/unit}
|
||||
test_path=${OS_TEST_PATH:-./glance/tests/unit}
|
||||
top_dir=./
|
||||
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)
|
||||
|
Reference in New Issue
Block a user