| .. zuul:rolevar:: devstack_base_dir |
| The devstack base directory. |
| .. zuul:rolevar:: tempest_concurrency |
| The number of parallel test processes. |
| .. zuul:rolevar:: tempest_test_regex |
| A regular expression used to select the tests. |
| It works only when used with some specific tox environments |
| Multi-line and commented regexs can be achieved by doing this: |
| (?x) # Ignore comments and whitespaces |
| # Line with only a comment. |
| (tempest\.(api|scenario|thirdparty)).*$ # Run only api scenario and third party |
| .. zuul:rolevar:: tempest_test_blacklist |
| Specifies a blacklist file to skip tests that are not needed. |
| Pass a full path to the file. |
| .. zuul:rolevar:: tox_envlist |
| The Tempest tox environment to run. |