vmware / go-vcloud-director

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

Improve Test_InsertOrEjectMedia, address gosec issues #608

Closed Didainius closed 1 year ago

Didainius commented 1 year ago

This PR improves Test_InsertOrEjectMedia which sometimes fails. The reason is - in rare cases VCD lags to update VM structure after media is ejected. The hardware item still persists. In my experimentation, this could happen once in 6-8hours when the test is run in a loop.

Additionally: