Add DEVSTACK_GATE_POSTGRES variable into functional Ceilometer job

Change-Id: I73c3c2371c4a14720bf9f52434dd54c65ea9afbf
This commit is contained in:
Nadya Shakhat 2015-08-13 16:41:02 +03:00 committed by Andreas Jaeger
parent db233afa22
commit d2298a8529

View File

@ -83,6 +83,10 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
if [ "{backend}" = "postgresql" ] ; then
export DEVSTACK_GATE_POSTGRES=1
fi
function post_test_hook {{
# Configure and run functional tests
$BASE/new/ceilometer/ceilometer/tests/functional/hooks/post_test_hook.sh "{backend}"