Merge "Use 'tempest run --slowest' in integrated-compute (again)"
This commit is contained in:
commit
3a922be8a8
2
tox.ini
2
tox.ini
@ -197,7 +197,7 @@ regex2 = '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)|(^tempest\.serial_tests)'
|
||||
# tests listed in exclude-list file:
|
||||
commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
tempest run --regex {[testenv:integrated-compute]regex1} --exclude-list ./tools/tempest-integrated-gate-compute-exclude-list.txt {posargs}
|
||||
tempest run --slowest --regex {[testenv:integrated-compute]regex1} --exclude-list ./tools/tempest-integrated-gate-compute-exclude-list.txt {posargs}
|
||||
tempest run --combine --serial --slowest --regex {[testenv:integrated-compute]regex2} --exclude-list ./tools/tempest-integrated-gate-compute-exclude-list.txt {posargs}
|
||||
|
||||
[testenv:integrated-placement]
|
||||
|
Loading…
x
Reference in New Issue
Block a user