oslo.messaging: remove gate_hook

The oslo.messaging functional test suite have been updated
to not rely anymore on devstack to setup rabbit/qpid/redis/...

This change removes the now useless hook.

Related-Bug: #1442612

Change-Id: I948e65bde013ef258c087787146606158daaf32c
This commit is contained in:
Mehdi Abaakouk 2015-06-11 14:20:46 +02:00
parent 360afd27e0
commit e07fb0db73

View File

@ -61,14 +61,6 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=90
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
function gate_hook {{
cd /opt/stack/new/oslo.messaging/oslo_messaging/tests/functional/gate
./gate_hook.sh {driver}
}}
export -f gate_hook
function post_test_hook {{
cd /opt/stack/new/oslo.messaging/oslo_messaging/tests/functional/gate