gate_hook: Add "tempest" case

Will be used by gate-neutron-dsvm-tempest-vpnaas-ubuntu-xenial.

Partial-Bug: #1659691
Change-Id: I81e712503a20623bf43bd61c39f79efc306f8e9a
(cherry picked from commit bc8dc96807)
This commit is contained in:
YAMAMOTO Takashi 2017-01-27 09:50:10 +09:00
parent a94415316d
commit 706f183df8
1 changed files with 3 additions and 1 deletions

View File

@ -25,5 +25,7 @@ case $VENV in
configure_host_for_vpn_func_testing
;;
api) $BASE/new/devstack-gate/devstack-vm-gate.sh ;;
api|tempest)
$BASE/new/devstack-gate/devstack-vm-gate.sh
;;
esac