tests/vsphere: report only ipv4 address
This commit is contained in:
parent
a5547a2fa0
commit
86d11d9b67
2 changed files with 2 additions and 1 deletions
|
|
@ -205,6 +205,7 @@ function verifyInVSphere() {
|
|||
HOST=$($GOVC_CMD vm.ip \
|
||||
-u "${GOVMOMI_USERNAME}:${GOVMOMI_PASSWORD}@${GOVMOMI_URL}" \
|
||||
-k=true \
|
||||
-v4=true \
|
||||
-dc="${GOVC_DATACENTER}" \
|
||||
"${VSPHERE_VM_NAME}")
|
||||
greenprint "⏱ Waiting for the VSphere VM to respond to ssh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue