2 envlist = pep8,pylint,yamllint,ansiblelint,bashate,py37,bandit,perm
7 -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/jerma
8 -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/train/upper-constraints.txt}
9 -r{toxinidir}/requirements.txt
10 -r{toxinidir}/test-requirements.txt
11 install_command = pip install {opts} {packages}
12 commands = nosetests --with-xunit \
15 --cover-package=functest_kubernetes \
21 basepython = python3.7
25 basepython = python3.7
27 --ignore-imports=y --min-similarity-lines=10 \
28 --disable=locally-disabled --reports=n functest_kubernetes
31 basepython = python3.7
35 functest_kubernetes/rally/all-in-one.yaml
37 yamllint {[testenv:yamllint]files}
40 basepython = python3.7
41 commands = ansible-lint -x303 ansible/site.yml
44 basepython = python3.7
45 commands = bandit -r functest_kubernetes -x tests -n 5 -ll
48 commands = nosetests functest_kubernetes
51 basepython = python3.7
54 commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files}
57 basepython = python3.7
58 whitelist_externals = bash
59 path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*'
62 find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \
63 -exec ls -l \{\} + | grep '.' && exit 1 || exit 0"
65 find {[testenv:perm]path} -exec file \{\} + | grep CRLF && exit 1 || exit 0"