From 5881c525a383588c9d83dbb9aab0bd89df3997d0 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 10 Oct 2016 20:51:40 +0200 Subject: tests: fix tests for functional tests without dsvm Currently functional tests pass in gate just because some calls are done on real devstack, and passed by chance. We don't need dsvm at all with pifpaf. This change fixes this tests and add bindep.txt file for new gate jobs without dsvm will be setup to ensure this doesn't happen again. The tox targets pyXX-psql are renamed pyXX-postgresql to match all other jobs names. Change-Id: I0e6cfb71cc53a47a11a12b5797fe262f9211ce22 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9778c1e8..7a4c6f42 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,pgsql,elastic,functional},pep8 +envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,postgresql,elastic,functional},pep8 [testenv] deps = .[mongo,mysql,postgresql,gnocchi] @@ -16,7 +16,7 @@ setenv = VIRTUAL_ENV={envdir} {mongodb,mysql,pgsql,elastic,functional}: OS_TEST_PATH=ceilometer/tests/functional/ mongodb: CEILOMETER_TEST_BACKEND=mongodb mysql: CEILOMETER_TEST_BACKEND=mysql - pgsql: CEILOMETER_TEST_BACKEND=postgresql + postgresql: CEILOMETER_TEST_BACKEND=postgresql elastic: CEILOMETER_TEST_BACKEND=elasticsearch functional: CEILOMETER_TEST_BACKEND={env:CEILOMETER_TEST_BACKEND:mongodb} passenv = OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE CEILOMETER_* -- cgit v1.2.1