Add DEVSTACK_GATE_POSTGRES variable into functional Ceilometer job
Change-Id: I73c3c2371c4a14720bf9f52434dd54c65ea9afbf
This commit is contained in:
parent
db233afa22
commit
d2298a8529
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user