Add murano-pkg-check linter check

Change-Id: Id8a7c4ba5bbb8abbb9ddd29dc4f51d6239cf9c6b
This commit is contained in:
alexz 2016-09-21 12:44:20 +03:00 committed by Sergey Kraynev
parent ea0a3e3881
commit ed7c0bdfb9
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,10 @@ commands = {toxinidir}/tools/jenkins/shellcheck.sh {toxinidir}
deps = yamllint
commands = {toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
[testenv:murano-pkg-check]
deps = murano-pkg-check
commands = murano-pkg-check --verbose --debug --discover {toxinidir}
[testenv:linters]
# linters env - it's a combination of check's (usually syntax)
# for aggregate non-destructive run's. Used only in openstack-infra ci for
@ -68,7 +72,9 @@ commands = {toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
# Otherwise, if some command failed - exit code from tox itself will be 1
ignore_errors=True
deps = yamllint
murano-pkg-check
whitelist_externals = shellcheck
commands =
{toxinidir}/tools/jenkins/shellcheck.sh {toxinidir}
{toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
murano-pkg-check --verbose --debug --discover {toxinidir}