test: update govc env variables documentation

govc cli no longer uses GOVMOMI_* enviroment variables. As the govc
documentation indicates, this variables should be GOVC_*.

https://github.com/vmware/govmomi/blob/master/govc/README.md#usage

[skip-ci]
This commit is contained in:
Juan Abia 2022-02-09 14:12:07 +01:00 committed by Sanne Raymaekers
parent f43d9f4744
commit 3699c52b59

View file

@ -235,15 +235,15 @@ The following environment variables are required
The following environment variables are required
- `GOVMOMI_URL` - vCenter hostname
- `GOVMOMI_USERNAME`
- `GOVMOMI_PASSWORD`
- `GOVMOMI_DATACENTER`
- `GOVMOMI_CLUSTER`
- `GOVMOMI_NETWORK`
- `GOVMOMI_DATASTORE`
- `GOVMOMI_FOLDER`
- `GOVMOMI_INSECURE` - value of 1 will skip checking SSL certificates
- `GOVC_URL` - vCenter hostname
- `GOVC_USERNAME`
- `GOVC_PASSWORD`
- `GOVC_DATACENTER`
- `GOVC_CLUSTER`
- `GOVC_NETWORK`
- `GOVC_DATASTORE`
- `GOVC_FOLDER`
- `GOVC_INSECURE` - value of 1 will skip checking SSL certificates
**WARNING:** when configuring the credentials for Schutzbot we've experienced
an issue where the first line in the credentials file gets lost resulting in