Merge "Add large-ops option to tox"

This commit is contained in:
Jenkins 2013-08-29 12:29:11 +00:00 committed by Gerrit Code Review
commit 47b10837bb
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@ setenv = VIRTUAL_ENV={envdir}
commands =
sh tools/pretty_tox_serial.sh '(?=.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)\.orchestration) {posargs}'
[testenv:large-ops]
sitepackages = True
setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --slowest --testr-args='tempest.scenario.test_large_ops {posargs}'
[testenv:py26-full]
sitepackages = True
setenv = VIRTUAL_ENV={envdir}