Match job name for scenario tests

Change-Id: Iac50da009b18f7658d509af5ba622eff1ab96849
Depends-on: I77827d2e6e07fbfb39727d823628094d730fcdd8
This commit is contained in:
Armando Migliaccio 2016-04-15 16:30:23 -07:00
parent 4e3a9c2b9c
commit 8a5514ce66
1 changed files with 1 additions and 9 deletions

View File

@ -61,7 +61,7 @@ then
# Make the workspace owned by the stack user
sudo chown -R $STACK_USER:$STACK_USER $BASE
elif [ "$VENV" == "api" -o "$VENV" == "api-pecan" -o "$VENV" == "full-pecan" ]
elif [ "$VENV" == "api" -o "$VENV" == "api-pecan" -o "$VENV" == "full-pecan" -o "$VENV" == "dsvm-scenario" ]
then
load_rc_hook api_extensions
if [ "$VENV" == "api-pecan" -o "$VENV" == "full-pecan" ]
@ -71,13 +71,5 @@ then
load_rc_hook qos
load_rc_hook bgp
$BASE/new/devstack-gate/devstack-vm-gate.sh
elif [ "$VENV" == "dsvm-plus" ]
then
# TODO(armax): this branch needs to be revised, in light
# to the latest refactoring of the api job.
load_rc_hook qos
load_rc_hook bgp
$BASE/new/devstack-gate/devstack-vm-gate.sh
fi