From ed7c0bdfb98b644545487400213a818e4e3d1544 Mon Sep 17 00:00:00 2001 From: alexz Date: Wed, 21 Sep 2016 12:44:20 +0300 Subject: [PATCH] Add murano-pkg-check linter check Change-Id: Id8a7c4ba5bbb8abbb9ddd29dc4f51d6239cf9c6b --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 18d452c..4cfa337 100644 --- a/tox.ini +++ b/tox.ini @@ -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}