From 772e841a7fa51ee1d1898ade8881490be2cf930b Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 9 Apr 2020 12:21:32 -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. Related: rhbz#1785159 --- 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 aa38d33f..69c3e565 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -45,7 +45,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}"