vmware / go-vcloud-director

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

Fix disabled org creations in 10.4.2 tests #572

Closed dataclouder closed 1 year ago

dataclouder commented 1 year ago

Due to a VCD bug in 10.4.2, creating a disabled Org is not possible. As a workaround, we change the enabled status of the Org being created for this specific VCD version, during Org tests.

Additionally, we raise the test timeout, which can sometimes be insufficient.