summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgord chung <gord@live.ca>2016-11-28 19:43:34 +0000
committergord chung <gord@live.ca>2016-11-28 19:43:34 +0000
commite0f28ee29d8f23fdd5fe7fec251cd46f3c6c374e (patch)
tree112067071a1dac58f6eff14ad0805e4cc1df747f /tox.ini
parent852e4b0397e5546359fbfb7be0f688d2ec1da6e5 (diff)
downloadceilometer-e0f28ee29d8f23fdd5fe7fec251cd46f3c6c374e.tar.gz
fix postgresql functional gate
we're testing unit tests against postgresql functional currently. Change-Id: I91009c07d168f9ae5b175fc500c0bb361d4b559b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7a4c6f42..c6a5a0e1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ 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,pgsql,elastic,functional}: OS_TEST_PATH=ceilometer/tests/functional/
+ {mongodb,mysql,postgresql,elastic,functional}: OS_TEST_PATH=ceilometer/tests/functional/
mongodb: CEILOMETER_TEST_BACKEND=mongodb
mysql: CEILOMETER_TEST_BACKEND=mysql
postgresql: CEILOMETER_TEST_BACKEND=postgresql