Cray-HPE / gru

A utility for reading and modifying BMCs (e.g. iLO, RMMC) using RedFish (gofish).
MIT License
6 stars 2 forks source link

update emulator to new image with correct vendor for Intel and re-enable disabled tests #72

Closed jacobsalmela closed 3 months ago

jacobsalmela commented 3 months ago

Summary and Scope

Re-enables some tests that failed due to an invalid vendor key in the emulator. The tests now work because the Intel mockup properly identifies itself as "Intel" instead of "Cray"

The csm-rie:1.5.3 image incorrectly identified the Intel mockup as a "Cray". This is fixed in 1.5.4 by way of https://github.com/Cray-HPE/csm-redfish-interface-emulator/pull/10 and the vendor detection by gru now works with this emulator.

Issue Type

Risks and Mitigations

Low.