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
* fix(redfish): Make redfish storage name in URI dynamic.
The redfish storage name in the URI was initially hardcoded to "Storage".
On some servers which did not conform to the schema specification, this
name was provided differently, eg: Storages.
This change aims to find the storage uri name dynamically while fetching
the storage controller and storage drive data.
Also:
* Add new unit test + fix old ones.
* Remove unit test number prefixes.
* Remove unnecessary assertions from unit tests.
Fixescanonical/hardware-observer-operator#91, canonical/hardware-observer-operator#108
In redfish.py I see
however on a node such as huawei, I see
Storages
vsStorage
The text was updated successfully, but these errors were encountered: