diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -29,9 +29,7 @@ commands = pylint \ [testenv:yamllint] basepython = python3.10 -files = - .travis.yml - docker +files =.travis.yml docker commands = yamllint {[testenv:yamllint]files} @@ -41,15 +39,13 @@ commands = bandit -r functest_kubernetes -x tests -n 5 -ll [testenv:bashate] basepython = python3.10 -files = - build.sh - functest_kubernetes/ci/download_images.sh +files =build.sh functest_kubernetes/ci/download_images.sh commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} [testenv:perm] basepython = python3.10 -whitelist_externals = bash -path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*' +allowlist_externals = bash +path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/pres/reveal.js/*' -not -path './elements/functest-kubernetes/install.d/*' commands = bash -c "\ find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \ |