DMTF / Redfish-Mockup-Server

A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
Other
83 stars 37 forks source link

Fixed bug where server would get stuck in infinite loop when adding a member. #99

Closed omnistat closed 10 months ago

omnistat commented 10 months ago

This should prevent an infinite loop in the event of adding a member when:

I understand that Redfish-Mockup-Server is meant to be a demo limited in functionality and scope, however I encountered this immediately upon spinning up the mockup server to use a redfish query tool which naturally requested a session. I’m hoping these fixes just add a bit more reliability for those that don’t want to spend time debugging or changing their mockup server schema.