summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Dent <chdent@redhat.com>2015-09-07 12:01:41 +0000
committerChris Dent <chdent@redhat.com>2015-09-07 12:01:41 +0000
commit4b822121fa81630832ca3693bf9c88cfb9a7cfd2 (patch)
treed95643e3001c8048cef33fa3043c9b98f7ede668 /tox.ini
parent3833bbd2d12ffc4e643a4ea348fed7c7355a1a55 (diff)
downloadceilometer-4b822121fa81630832ca3693bf9c88cfb9a7cfd2.tar.gz
Add a py34-functional tox target
Run the functional tests against python3.4 with 'tox -epy34-functional'. hbase is not supported in py34 so there are fewer tests run when compared with the py27 functional tests. Change-Id: I68ee3e09a446d449e947c87985c10944fbea93ba
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 10 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fea7aebb..8ddd530e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py27,py34,functional,pep8
+envlist = py27,py34,functional,py34-functional,pep8
[testenv]
deps = -r{toxinidir}/requirements.txt
@@ -48,6 +48,15 @@ passenv = CEILOMETER_*
commands =
bash -x {toxinidir}/run-functional-tests.sh "{posargs}"
+[testenv:py34-functional]
+setenv = VIRTUAL_ENV={envdir}
+ EVENTLET_NO_GREENDNS=yes
+ OS_TEST_PATH=ceilometer/tests/functional/
+basepython = python3.4
+passenv = CEILOMETER_*
+commands =
+ bash -x {toxinidir}/run-functional-tests.sh "{posargs}"
+
[testenv:integration]
setenv = VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes