Update VMware datastore location to unblock tests

Datastore switched from NFS to iSCSI

Related: rhbz#1678937
This commit is contained in:
Chris Roberts 2019-03-21 11:37:00 -04:00 committed by Brian C. Lane
parent 551723816c
commit 6b4b3d98a8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ rlJournalStart
V_NETWORK="${V_NETWORK:-CEE_VM_Network}"
rlLogInfo "V_NETWORK=$V_NETWORK"
V_DATASTORE="${V_DATASTORE:-NFS-Synology-1}"
V_DATASTORE="${V_DATASTORE:-iSCSI-Node2}"
rlLogInfo "V_DATASTORE=$V_DATASTORE"
V_FOLDER="${V_FOLDER:-Composer}"