blob: 6b109372bbf5bded7a52a6358aecd384c0ce96ee [file] [log] [blame]
Arx Cruzc06c3712020-02-20 11:03:52 +01001---
2features:
3 - |
4 Add the option --worker-file in ``tempest run`` command. This is to give
5 tempest more granularity to manually configure how the different sets of
6 tests can be grouped to run with the different worker. You can configure
7 tests regex to run under workers. You can also mix manual scheduling with
8 standard one by mentioning concurrency.
9 For example, the user can setup tempest to run with different concurrences,
10 to be used with different regexps.