Add Rally scenarios for testing floating IP
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c7a7a33..2b3e07e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover
 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,6 +15,7 @@ commands = nosetests --with-xunit \
   --cover-package=functest \
   --cover-xml \
   --cover-html \
+  --with-html-output \
   functest/tests/unit
 
 [testenv:docs]
@@ -89,8 +90,10 @@ commands =
 basepython = python2.7
 files =
   .travis.yml
+  ci
   docker
   functest/ci
+  functest/opnfv_tests/openstack/rally/rally_jobs.yaml
   functest/opnfv_tests/vnf
 commands =
   yamllint -s {[testenv:yamllint]files}
@@ -98,7 +101,6 @@ commands =
 [testenv:py35]
 dirs =
   functest/tests/unit/ci
-  functest/tests/unit/core
   functest/tests/unit/odl
   functest/tests/unit/openstack
   functest/tests/unit/vnf/epc
@@ -110,7 +112,8 @@ basepython = python2.7
 files =
   functest/opnfv_tests/openstack/cinder/write_data.sh
   functest/opnfv_tests/openstack/cinder/read_data.sh
-  functest/opnfv_tests/openstack/rally/scenario/support/instance_dd_test.sh
+  functest/ci/add_proxy.sh
+  functest/ci/convert_images.sh
   functest/ci/download_images.sh
   build.sh
 commands = bashate {[testenv:bashate]files}