Merge "Support tox test case single run"

This commit is contained in:
Jenkins
2014-12-12 11:02:25 +00:00
committed by Gerrit Code Review

View File

@@ -13,13 +13,13 @@ install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --slowest --testr-args='^(?!heat_integrationtests) {posargs}'
python setup.py testr --slowest --testr-args='^(?!heat_integrationtests){posargs}'
whitelist_externals = bash
[testenv:integration]
commands =
python setup.py testr --slowest --testr-args='--concurrency=1 ^heat_integrationtests {posargs}'
python setup.py testr --slowest --testr-args='--concurrency=1 ^heat_integrationtests{posargs}'
[testenv:pep8]
commands =
@@ -32,7 +32,7 @@ commands = {posargs}
[testenv:cover]
commands =
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests) {posargs}'
python setup.py testr --coverage --testr-args='^(?!heat_integrationtests){posargs}'
[testenv:docs]
deps = -r{toxinidir}/requirements.txt