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:
Takashi Kajinami 2025-02-16 01:05:19 +09:00
parent f64de3200e
commit b5a3075c8a

View File

@ -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\.[^.]+\.)