networking-bgpvpn: correct wrong gate_hook definition

Change-Id: Ia09fd029fd9b2b35d02052d32d62b0ab7b2e27a6
This commit is contained in:
Thomas Morin 2016-11-01 14:30:15 +01:00
parent 787e20a334
commit a1eb5b6c78

View File

@ -34,7 +34,7 @@
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-bagpipe git://git.openstack.org/openstack/networking-bagpipe"
function gate_hook {{
bash -xe $BASE/new/networking-bagpipe/devstack/pre_test_hook.sh full-{which}
bash -xe $BASE/new/networking-bagpipe/devstack/gate_hook.sh full-{which}
}}
export -f gate_hook