HewlettPackard / oneview-sdk-ruby

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Golang and Python.
Apache License 2.0
12 stars 16 forks source link

Fix like? method for Logical Interconnect Groups #89

Closed tmiotto closed 7 years ago

tmiotto commented 8 years ago

Default like? method is not working properly for Logical Interconnect Groups with Interconnects attached and Uplinks Sets defined.

ricardogpsf commented 7 years ago

Do you remember how reproduce this problem? How did you do the comparison?

ricardogpsf commented 7 years ago

I talked with @tmiotto and he explained to me about this problem, that occurs because when we create a new Logical Interconnect Group (LIG) the interconnect and uplinkset are passed using one specific format (a specific hash of data) and when this data come from server, the hash of data has the another format, generating a wrong comparison using the like? method.