Update README for run-tempest role
Updates README in order to clear confusion about defining multi-line regexes. Closes-Bug: 1827234 Change-Id: Ie55ef879b1d6c971b202553b3906d02c29b981d6
This commit is contained in:
parent
4b95d4b14f
commit
4af65407b1
@ -20,14 +20,12 @@ Run Tempest
|
|||||||
It works only when used with some specific tox environments
|
It works only when used with some specific tox environments
|
||||||
('all', 'all-plugin'.)
|
('all', 'all-plugin'.)
|
||||||
|
|
||||||
Multi-line and commented regexs can be achieved by doing this:
|
In the following example only api scenario and third party tests
|
||||||
|
will be executed.
|
||||||
|
|
||||||
::
|
::
|
||||||
vars:
|
vars:
|
||||||
tempest_test_regex: |
|
tempest_test_regex: (tempest\.(api|scenario|thirdparty)).*$
|
||||||
(?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
|
.. zuul:rolevar:: tempest_test_blacklist
|
||||||
|
|
||||||
@ -48,14 +46,9 @@ Run Tempest
|
|||||||
It works only when used with some specific tox environments
|
It works only when used with some specific tox environments
|
||||||
('all', 'all-plugin'.)
|
('all', 'all-plugin'.)
|
||||||
|
|
||||||
Multi-line and commented regexs can be achieved by doing this:
|
|
||||||
|
|
||||||
::
|
::
|
||||||
vars:
|
vars:
|
||||||
tempest_black_regex: |
|
tempest_black_regex: (tempest.api.identity).*$
|
||||||
(?x) # Ignore comments and whitespaces
|
|
||||||
# Line with only a comment.
|
|
||||||
(tempest.api.identity).*$
|
|
||||||
|
|
||||||
.. zuul:rolevar:: tox_extra_args
|
.. zuul:rolevar:: tox_extra_args
|
||||||
:default: ''
|
:default: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user