glance/.stestr.conf
Zane Bitter 7ef796bbcf Use group_regex to serialize scrubber tests
Instead of doing two separate test runs, use the group_regex option to
stestr to group tests that cannot be run in parallel into the same
worker.

Change-Id: I3d69d5c72d69484f4e1c9c0b11122d0cf3703d60
Related-Bug: #1768077
2018-06-07 09:25:04 -04:00

5 lines
122 B
Plaintext

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