Merge "Add a serial full tox job to tox.ini"
This commit is contained in:
commit
431e61ad2e
6
tox.ini
6
tox.ini
@ -37,6 +37,12 @@ commands =
|
||||
commands =
|
||||
bash tools/pretty_tox.sh '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario|thirdparty|cli)) {posargs}'
|
||||
|
||||
[testenv:full-serial]
|
||||
# The regex below is used to select which tests to run and exclude the slow tag:
|
||||
# See the testrepostiory bug: https://bugs.launchpad.net/testrepository/+bug/1208610
|
||||
commands =
|
||||
bash tools/pretty_tox_serial.sh '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario|thirdparty|cli)) {posargs}'
|
||||
|
||||
[testenv:testr-full]
|
||||
commands =
|
||||
bash tools/pretty_tox.sh '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario|thirdparty|cli)) {posargs}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user