Remove deprecated storage drivers
Change-Id: I6b262dd440a72f25662b64d938ab9e5328709a97
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user