SNIA/Swordfish-API-Emulator

Need to resync resource_manager.py with the Redfish Interface Emulator

Closed this issue · 1 comments

ddeel commented

The Swordfish API Emulator uses modified versions of the resource_manager.py and utils.py files in the Redfish Interface Emulator. Whenever these files change in the Redfish Interface Emulator, they also need to be updated in the Swordfish API Emulator.

The Redfish Interface Emulator resource_manager.py file was recently updated by @stmcginnis to correct a problem where service root references were under the Links property instead of being direct properties of the ServiceRoot object.

The Swordfish API Emulator version of resource_manager.py needs to be updated with the same changes.

Fixed in #62