You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/e2e/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The first step to running the e2e tests is setting up the required environment v
17
17
|`VSPHERE_SERVER`| The IP address or FQDN of a vCenter 6.7u3 server (required) |`my.vcenter.com`|
18
18
|`VSPHERE_USERNAME`| The username used to access the vSphere server (required) |`my-username`|
19
19
|`VSPHERE_PASSWORD`| The password used to access the vSphere server (required) |`my-password`|
20
+
|`VSPHERE_TLS_THUMBPRINT`| The thumbprint is the cryptographic hash of a certificate used to access the vSphere server (required)|`18:EC:35:60:54:68:92:F6:F8:92:3E:4D:11:A1:0D:...`|
20
21
|`VSPHERE_DATACENTER`| The unique name or inventory path of the datacenter in which VMs will be created |`my-datacenter` or `/my-datacenter`|
21
22
|`VSPHERE_FOLDER`| The unique name or inventory path of the folder in which VMs will be created |`my-folder` or `/my-datacenter/vm/my-folder`|
22
23
|`VSPHERE_RESOURCE_POOL`| The unique name or inventory path of the resource pool in which VMs will be created |`my-resource-pool` or `/my-datacenter/host/Cluster-1/Resources/my-resource-pool`|
0 commit comments