548ad8ff87
Change-Id: I29c124f9c84f6d5c7efc77edc7c7a85e75392b15
26 lines
585 B
INI
26 lines
585 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = bashate,fuel-ccp-ci
|
|
|
|
[testenv]
|
|
deps =
|
|
-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
usedevelop = False
|
|
|
|
[testenv:linters]
|
|
whitelist_externals =
|
|
bash
|
|
commands =
|
|
{toxinidir}/tools/yamllint.sh
|
|
# bashate check
|
|
bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v -iE006"
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:fuel-ccp-ci]
|
|
commands =
|
|
jenkins-jobs --conf conf/jenkins_job.ini.example test jenkins-tp/jobs -o {toxinidir}/output/{envname}
|