Enable gate_hook for tempest api test

Currently the tempest api test doesn't work due to job definition by
change Ieb710181c1e496742e1e019a6238e5e0bd922971.
This patch adds a process for dsvm-api to gate_hook.sh.

Change-Id: Iefc1a812680f48eb7eafc7d957b3a913a8c6d78a
(cherry picked from commit b359c924c7)
This commit is contained in:
fumihiko kakuma 2017-01-09 05:06:42 +09:00 committed by Armando Migliaccio
parent 3160ade071
commit 6e86f36296
1 changed files with 3 additions and 0 deletions

View File

@ -26,4 +26,7 @@ then
# Make the workspace owned by the stack user
sudo chown -R $STACK_USER:$STACK_USER $BASE
elif [[ "$VENV" == dsvm-api* ]]
then
$GATE_DEST/devstack-gate/devstack-vm-gate.sh
fi