tests/vsphere: report only ipv4 address

This commit is contained in:
Jakub Rusz 2023-05-29 15:07:06 +02:00 committed by Achilleas Koutsou
parent a5547a2fa0
commit 86d11d9b67
2 changed files with 2 additions and 1 deletions

View file

@ -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"