diff --git a/roles/run-tempest/README.rst b/roles/run-tempest/README.rst index 001586e37f..b5defb724f 100644 --- a/roles/run-tempest/README.rst +++ b/roles/run-tempest/README.rst @@ -16,9 +16,19 @@ Run Tempest :default: '' A regular expression used to select the tests. + It works only when used with some specific tox environments ('all', 'all-plugin'.) + Multi-line and commented regexs can be achieved by doing this: + + :: + vars: + tempest_test_regex: | + (?x) # Ignore comments and whitespaces + # Line with only a comment. + (tempest\.(api|scenario|thirdparty)).*$ # Run only api scenario and third party + .. zuul:rolevar:: tox_venvlist :default: smoke