openstack-resource-agents/tox.ini

17 lines
311 B
INI

[tox]
envlist = bashate,syntax-check
skipsdist = True
[testenv]
whitelist_externals = bash
[testenv:bashate]
deps = bashate
commands = bash -c "bashate --verbose {toxinidir}/ocf/*"
[testenv:syntax-check]
setenv =
CHECK_PATH = {toxinidir}/ocf
commands = bash -c "{toxinidir}/utils/syntax_check.sh -a -p"