glance/.stestr.conf
Takashi Kajinami b5a3075c8a 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
2025-02-16 01:05:19 +09:00

5 lines
125 B
Plaintext

[DEFAULT]
test_path=${OS_TEST_PATH:-./glance/tests/unit}
top_dir=./
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)