Set volume_device_name=vdb for apex 59/40959/1
authorxudan <xudan16@huawei.com>
Mon, 4 Sep 2017 02:54:24 +0000 (22:54 -0400)
committerxudan <xudan16@huawei.com>
Mon, 4 Sep 2017 02:54:24 +0000 (22:54 -0400)
Change-Id: I40a8359ea8ef868f79a02dcb824e80cd8b3385d1
Signed-off-by: xudan <xudan16@huawei.com>
jjb/dovetail/dovetail-run.sh

index 7dd6a2d..9c4e205 100755 (executable)
@@ -175,7 +175,7 @@ fi
 
 # Modify tempest_conf.yaml file
 tempest_conf_file=${DOVETAIL_CONFIG}/tempest_conf.yaml
-if [ ${INSTALLER_TYPE} == 'compass' ]; then
+if [[ ${INSTALLER_TYPE} == 'compass' || ${INSTALLER_TYPE} == 'apex' ]]; then
     volume_device='vdb'
 else
     volume_device='vdc'