From 530818aab2a02921e0445b6062260aad9e4b2810 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Wed, 13 Sep 2017 08:54:03 +0800 Subject: Add plugin for OpenStack Ocata add plugin for openstack ocata, reuse most of source code from plugin for newton. Change-Id: I444a4e6dd80e34d06d35e0e711de426f10d8db35 Issue-Id: MULTICLOUD-89 Signed-off-by: Bin Yang --- ocata/tox.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ocata/tox.ini (limited to 'ocata/tox.ini') diff --git a/ocata/tox.ini b/ocata/tox.ini new file mode 100644 index 00000000..05ef3c70 --- /dev/null +++ b/ocata/tox.ini @@ -0,0 +1,14 @@ +[tox] +envlist = py27,py35 +skipsdist = true + +[tox:jenkins] +downloadcache = ~/cache/pip + +[testenv] +setenv = + PYTHONPATH = {toxinidir}/../newton +deps = -r{toxinidir}/requirements.txt +commands = coverage run --branch manage.py test ocata + coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov + -- cgit 1.2.3-korg