Specify {backend} for zaqar grenade CI

We missed to specify backend for Zaqar grenade CI. It will always
use mongo as the backend for different CI job which is wrong.

Change-Id: I04d1203b7db9c06b95a03bfdca0ead21e763352b
This commit is contained in:
wangxiyuan 2017-02-13 14:26:51 +08:00
parent e81c2f818f
commit d2ae576b80
1 changed files with 6 additions and 0 deletions

View File

@ -166,6 +166,12 @@
}}
export -f post_test_hook
function gate_hook {{
cd /opt/stack/new/zaqar/devstack/gate
./gate_hook.sh tempest {backend}
}}
export -f gate_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh