From 9dfc0e6baf67de17a2031166b77aaa25c0989a59 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 9 Apr 2020 12:52:24 -0400 Subject: [PATCH] Update datastore for VMware testing Related: rhbz#1825190 Signed-off-by: Brian C. Lane --- 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 e8dd4cd4..fe5869bc 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}"