Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Non vSphere Local Cluster Install Setup
Set Suite Variable @{list} @{esx_names}[0] @{esx_names}[1] @{esx_names}[2] %{NIMBUS_USER}-${vc}

# Finish vCenter deploy
${output}= Wait For Process ${pid}
${output}= Wait For Process ${pid} timeout=70 minutes on_timeout=terminate
Log ${output.stdout}
Log ${output.stderr}
Should Contain ${output.stdout} Overall Status: Succeeded

Open Connection %{NIMBUS_GW}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Enhanced Link Mode Setup
${esx6-ip}= Get From List ${esx-ips} 2

# Finish test bed deploy
${output}= Wait For Process ${pid}
${output}= Wait For Process ${pid} timeout=70 minutes on_timeout=terminate
Log ${output.stdout}
Log ${output.stderr}
Should Be Equal As Integers ${output.rc} 0
Expand Down Expand Up @@ -99,7 +99,6 @@ Enhanced Link Mode Setup
Set Environment Variable GOVC_URL ${vc1-ip}
Set Environment Variable GOVC_USERNAME administrator@vsphere.local
Set Environment Variable GOVC_PASSWORD Admin!23

${license}= Run govc license.ls

# First VC cluster
Expand Down