Merge "Specify valid external network as an env"
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 4de5fa4..94063c2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,10 +6,9 @@ usedevelop = True
 deps =
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
-  git+https://gerrit.opnfv.org/gerrit/releng#egg=opnfv&subdirectory=modules
-  git+https://gerrit.opnfv.org/gerrit/snaps#egg=snaps
 install_command = pip install \
-  -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?stable/ocata \
+  -c{toxinidir}/upper-constraints.txt \
+  -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \
   {opts} {packages}
 commands = nosetests --with-xunit \
   --with-coverage \
@@ -31,6 +30,7 @@ commands = flake8
 basepython = python2.7
 whitelist_externals = bash
 modules =
+  functest.api
   functest.core
   functest.opnfv_tests.sdn.odl
   functest.tests.unit.core