From 6b4b3d98a82723f54aa90cb221b603ba0f0ccb33 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 21 Mar 2019 11:37:00 -0400 Subject: [PATCH] Update VMware datastore location to unblock tests Datastore switched from NFS to iSCSI Related: rhbz#1678937 --- 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 c550f1fa..b0aba656 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -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}"