Merge "Fix neutron-fwaas cover tests"

This commit is contained in:
Jenkins 2016-02-23 03:06:22 +00:00 committed by Gerrit Code Review
commit a0c93fd8df
1 changed files with 2 additions and 2 deletions

View File

@ -57,12 +57,12 @@ commands = python ./tools/check_i18n.py ./neutron_fwaas ./tools/i18n_cfg.py
[testenv:cover]
commands =
python setup.py testr --coverage --coverage-package-name=neutron_fwaas --testr-args='{posargs}'
python setup.py test --coverage --coverage-package-name=neutron_fwaas --testr-args='{posargs}'
[testenv:cover-constraints]
commands =
install_command = {[testenv:common-constraints]install_command}
python setup.py testr --coverage --coverage-package-name=neutron_fwaas --testr-args='{posargs}'
python setup.py test --coverage --coverage-package-name=neutron_fwaas --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}