X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=f85078a09d69097e1399829604432d23963517f2;hb=807425f9004417b7b1ec4f1496720751c2946af4;hp=45f233e5233372526af1adb3cedac50b7e68310d;hpb=1106c213ac1aa9fbbf731f5e619d295943d8c3e1;p=functest.git diff --git a/tox.ini b/tox.ini index 45f233e52..f85078a09 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover +envlist = docs,pep8,pylint,yamllint,bashate,py27,perm,cover [testenv] usedevelop = True @@ -23,27 +23,14 @@ basepython = python2.7 commands = doc8 \ --ignore-path api/build \ - --ignore-path docs/release/release-notes/build \ - --ignore-path docs/testing/developer/devguide/build \ - --ignore-path docs/testing/developer/internship/security_group/build \ - --ignore-path docs/testing/developer/internship/testapi_evolution/build \ - --ignore-path docs/testing/developer/internship/unit_tests/build \ - --ignore-path docs/testing/developer/internship/vnf_catalog/build \ - --ignore-path docs/testing/user/configguide/build \ - --ignore-path docs/testing/user/userguide/build \ + --ignore-path docs/build \ + --ignore-path docs/_build \ api \ - docs/release/release-notes \ - docs/testing/user/configguide \ - docs/testing/user/userguide + docs sphinx-build -W -b html api/ api/build - sphinx-build -W -b html docs/release/release-notes docs/release/release-notes/build/html - sphinx-build -W -b html docs/testing/developer/devguide docs/testing/developer/devguide/build/html - sphinx-build -W -b html docs/testing/developer/internship/security_group docs/testing/developer/internship/security_group/build/html - sphinx-build -W -b html docs/testing/developer/internship/testapi_evolution docs/testing/developer/internship/testapi_evolution/build/html - sphinx-build -W -b html docs/testing/developer/internship/unit_tests docs/testing/developer/internship/unit_tests/build/html - sphinx-build -W -b html docs/testing/developer/internship/vnf_catalog docs/testing/developer/internship/vnf_catalog/build/html - sphinx-build -W -b html docs/testing/user/configguide docs/testing/user/configguide/build/html - sphinx-build -W -b html docs/testing/user/userguide docs/testing/user/userguide/build/html + sphinx-build -W -n -b html docs docs/build/html + sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck + sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html [testenv:pep8] basepython = python2.7 @@ -93,18 +80,22 @@ files = ci docker functest/ci + functest/opnfv_tests/openstack/rally/blacklist.yaml + functest/opnfv_tests/openstack/rally/rally_jobs.yaml + functest/opnfv_tests/openstack/tempest/custom_tests/blacklist.yaml + functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml functest/opnfv_tests/vnf commands = yamllint -s {[testenv:yamllint]files} -[testenv:py35] +[testenv:py36] dirs = functest/tests/unit/ci functest/tests/unit/odl functest/tests/unit/openstack functest/tests/unit/vnf/epc functest/tests/unit/utils -commands = nosetests {[testenv:py35]dirs} +commands = nosetests {[testenv:py36]dirs} [testenv:bashate] basepython = python2.7