From 278b5523e89818affe19779b3188f183d94d1144 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 31 Jul 2020 15:36:00 -0400 Subject: [PATCH] Switch VMware testing env to improve stability Related: rhbz#1785159 --- tests/cli/test_build_and_deploy_vmware.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cli/test_build_and_deploy_vmware.sh b/tests/cli/test_build_and_deploy_vmware.sh index 69c3e565..8f927086 100755 --- a/tests/cli/test_build_and_deploy_vmware.sh +++ b/tests/cli/test_build_and_deploy_vmware.sh @@ -39,10 +39,10 @@ rlJournalStart V_DATACENTER="${V_DATACENTER:-RH_Engineering}" rlLogInfo "V_DATACENTER=$V_DATACENTER" - V_CLUSTER="${V_CLUSTER:-vMotion-Cluster}" + V_CLUSTER="${V_CLUSTER:-Satellite-Engineering}" rlLogInfo "V_CLUSTER=$V_CLUSTER" - V_NETWORK="${V_NETWORK:-vMotion-Network}" + V_NETWORK="${V_NETWORK:-VLAN-204}" rlLogInfo "V_NETWORK=$V_NETWORK" V_DATASTORE="${V_DATASTORE:-NFS-Node1}"