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