From 1d5a0a378b7f66f93fb5080a6234783f8ebe6fae Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 9 Apr 2020 10:04:48 -0400 Subject: [PATCH] Update datastore for VMware testing This change is needed for VMWare testing due to changes in the storage, and the datastore we used before is not available for the time being. --- tests/cli/test_build_and_deploy_vmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/test_build_and_deploy_vmware.sh b/tests/cli/test_build_and_deploy_vmware.sh index adc816d3..1dec94cd 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -44,7 +44,7 @@ rlJournalStart V_NETWORK="${V_NETWORK:-vMotion-Network}" rlLogInfo "V_NETWORK=$V_NETWORK" - V_DATASTORE="${V_DATASTORE:-iSCSI-Node2}" + V_DATASTORE="${V_DATASTORE:-NFS-Node1}" rlLogInfo "V_DATASTORE=$V_DATASTORE" V_FOLDER="${V_FOLDER:-Composer}"