Merge "Move logics out of TempestCommon.__init__()"
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b83cd61..4b37077 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,11 @@
 [tox]
-envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover
+envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,perm,cover
 
 [testenv]
 usedevelop = True
 deps =
   -c{toxinidir}/upper-constraints.txt
-  -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
+  -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master}
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
 install_command = pip install {opts} {packages}
@@ -15,7 +15,6 @@ commands = nosetests --with-xunit \
   --cover-package=functest \
   --cover-xml \
   --cover-html \
-  --with-html-output \
   functest/tests/unit
 
 [testenv:docs]
@@ -23,27 +22,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
@@ -90,27 +76,36 @@ commands =
 basepython = python2.7
 files =
   .travis.yml
-  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:ansiblelint]
+basepython = python2.7
+commands =
+  ansible-lint ansible/site.yml
+
+[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
 files =
   functest/opnfv_tests/openstack/cinder/write_data.sh
   functest/opnfv_tests/openstack/cinder/read_data.sh
+  functest/ci/add_proxy.sh
   functest/ci/convert_images.sh
   functest/ci/download_images.sh
   build.sh