From 048021417e1834f3b174d13a410509cbf1657749 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 10 Sep 2015 14:12:52 +0000 Subject: [PATCH] Make the gabbi tox target work with modern tox passenv is required so that database configuration environment variables are properly available to the tests. Change-Id: I44050f7bbfdd27b4e4e729d23f3f8e29899d14ca Closes-Bug: #1494339 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8ddd530e49..b3d5277137 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,7 @@ commands = # tests. [testenv:gabbi] setenv = OS_TEST_PATH=ceilometer/tests/functional/gabbi +passenv = CEILOMETER_* commands = bash -x {toxinidir}/setup-test-env-mongodb.sh \ python setup.py testr --testr-args="{posargs}"