Added a call to gate_hook in solum.

Change-Id: I1b9704ae912595aab2e6e8aa4f74c9cfb54f2ab9
This commit is contained in:
James Li 2014-07-16 16:25:32 +00:00
parent a22255ce0a
commit c035211cda

@ -16,7 +16,6 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_NEUTRON=1
export KEEP_LOCALRC=1
export ENABLED_SERVICES=solum,solum-api,solum-build-api,solum-conductor,solum-deployer,solum-worker,tempest
export PROJECTS="stackforge/solum $PROJECTS"
@ -26,6 +25,12 @@
}
export -f pre_test_hook
function gate_hook {
cd /opt/stack/new/solum/functionaltests
./gate_hook.sh
}
export -f gate_hook
function post_test_hook {
cd /opt/stack/new/solum/functionaltests
./post_test_hook.sh
@ -57,7 +62,6 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_NEUTRON=1
export KEEP_LOCALRC=1
export ENABLED_SERVICES=solum,solum-api,solum-build-api,solum-conductor,solum-deployer,solum-worker,tempest
export PROJECTS="stackforge/solum $PROJECTS"
@ -67,6 +71,12 @@
}
export -f pre_test_hook
function gate_hook {
cd /opt/stack/new/solum/functionaltests
./gate_hook.sh
}
export -f gate_hook
function post_test_hook {
cd /opt/stack/new/solum/functionaltests
./post_test_hook.sh