Files
freezer/.stestr.conf
Volodymyr Mevsha df5d71e723 Disable test grouping in stestr
False test failures have been observed with the
current group_regex setting for tests that access
CONF options. However, no flaky test behavior
occurs when running tests using python3 -m
unittest without stestr or when running tests
without parallelization.

Disabling group_regex resolves the
parallelization issue.

Change-Id: I69b9f94f1066ca10c808606341031def435fe79c
2025-02-11 19:13:36 +02:00

4 lines
69 B
Plaintext

[DEFAULT]
test_path=${OS_TEST_PATH:-./freezer/tests/unit}
top_dir=./