Remove deprecated storage drivers

Change-Id: I6b262dd440a72f25662b64d938ab9e5328709a97
This commit is contained in:
Julien Danjou
2017-10-17 18:14:01 +02:00
parent 22138b5988
commit 9323f07f97
131 changed files with 47 additions and 13098 deletions

View File

@@ -1,10 +1,10 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py{27,35},{debug,py,py27,py35}-{mongodb,mysql,postgresql,functional},pep8
envlist = py{27,35},pep8
[testenv]
deps = .[mongo,mysql,postgresql,gnocchi,zaqar]
deps = .[gnocchi,zaqar]
-r{toxinidir}/test-requirements.txt
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
install_command = pip install -U {opts} {packages}
@@ -14,11 +14,6 @@ setenv = VIRTUAL_ENV={envdir}
CEILOMETER_TEST_BACKEND={env:CEILOMETER_TEST_BACKEND:none}
CEILOMETER_TEST_DEBUG={env:CEILOMETER_TEST_DEBUG:}
debug: CEILOMETER_TEST_DEBUG=True
{mongodb,mysql,postgresql,functional}: OS_TEST_PATH=ceilometer/tests/functional/
mongodb: CEILOMETER_TEST_BACKEND=mongodb
mysql: CEILOMETER_TEST_BACKEND=mysql
postgresql: CEILOMETER_TEST_BACKEND=postgresql
functional: CEILOMETER_TEST_BACKEND={env:CEILOMETER_TEST_BACKEND:mongodb}
passenv = OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE CEILOMETER_*
commands =
bash -x {toxinidir}/run-tests.sh "{posargs}"