Fix aodh tempest job
Currently, the Aodh tempest jobs actually run the functional tests, that is because some wrong variables settings. Change-Id: I7d756be2bd0fdecc06e94d627f5755f85a629c13
This commit is contained in:
parent
e3dfe46a16
commit
cdb906913b
@ -57,6 +57,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX="^aodh\."
|
||||
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||
export PROJECTS="openstack/aodh $PROJECTS"
|
||||
export AODH_BACKEND={backend}
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin aodh git://git.openstack.org/openstack/aodh"
|
||||
if [ "{backend}" = "postgresql" ] ; then
|
||||
export DEVSTACK_GATE_POSTGRES=1
|
||||
@ -64,19 +65,6 @@
|
||||
if [ "x{network}" = "x-neutron" ] ; then
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
fi
|
||||
|
||||
function gate_hook {{
|
||||
cd /opt/stack/new/aodh/devstack/gate
|
||||
./gate_hook.sh {backend}
|
||||
}}
|
||||
export -f gate_hook
|
||||
|
||||
function post_test_hook {{
|
||||
cd /opt/stack/new/aodh/aodh/tests/functional/hooks
|
||||
./post_test_hook.sh {backend}
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user