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}