vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
76 stars 79 forks source link

Fix Test_NsxtL2VpnTunnel for VCD 10.5.1.1+ #659

Closed Didainius closed 2 months ago

Didainius commented 3 months ago

VCD 10.5.1.23400185 returns 6 asterisks for presharedkey and that causes check to fail in Test_NsxtL2VpnTunnel. This PR patches test to match these values. Note Terraform is not affected as it does not set the PreSharedKey value.

Test Test_NsxtL2VpnTunnel passed on both 10.5.1.1 and 10.5.1

Didainius commented 3 months ago

Thanks!! If you could also add a bit more description to the PR on the context, would be helpful.

Improved.