Provide tox entry for running slow heat tests

This will ultimately run parallel but get working with serial.

Change-Id: Ia8f51b56d5b0dec553639c610e68f61831c93c12
This commit is contained in:
David Kranz
2013-08-23 11:47:36 -04:00
parent eb59b7d83f
commit c5d52e9874

View File

@@ -27,6 +27,13 @@ setenv = VIRTUAL_ENV={envdir}
commands =
sh tools/pretty_tox.sh '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario|thirdparty|cli)) {posargs}'
[testenv:heat-slow]
sitepackages = True
setenv = VIRTUAL_ENV={envdir}
# The regex below is used to select heat api/scenario tests tagged as slow.
commands =
sh tools/pretty_tox_serial.sh '(?=.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)\.orchestration) {posargs}'
[testenv:py26-full]
sitepackages = True
setenv = VIRTUAL_ENV={envdir}