Merge "gate_hook: Add "tempest" case" into stable/newton

This commit is contained in:
Jenkins 2017-05-24 17:03:20 +00:00 committed by Gerrit Code Review
commit 7dd25c5fa1
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