X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=5890a0e5d2da2127ffa0523fcc0805f53f338435;hb=668a407e154475ed59eefac53285ecce5b17581d;hp=5a1dc7135e70c94c0f701360774d7530b721aa28;hpb=13ac225eb6afbd4e81109ead35d0594c53ce888b;p=functest-kubernetes.git diff --git a/tox.ini b/tox.ini index 5a1dc713..5890a0e5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] -envlist = pep8,pylint,yamllint,py27,py35 +envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27 [testenv] usedevelop = True deps = -chttps://git.opnfv.org/functest/plain/upper-constraints.txt + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/rocky/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} @@ -35,3 +36,17 @@ files = docker commands = yamllint {[testenv:yamllint]files} + +[testenv:ansiblelint] +basepython = python2.7 +commands = + ansible-lint ansible/site.yml + +[testenv:py36] +commands = nosetests functest_kubernetes + +[testenv:bashate] +basepython = python2.7 +files = + build.sh +commands = bashate {[testenv:bashate]files}