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
72 stars 37 forks source link

Add support for Multipart HTTP push firmware update with Task monitoring #101

Open MoshiBin opened 4 months ago

MoshiBin commented 4 months ago

Mockup Server does not support the Multipart HTTP Push firmware update process. It would be beneficial to have this implemented, along with task monitoring support, to be able to test external tools that perform firmware updates.

glimchb commented 2 months ago

Fixed multipart in #123

Tasks creation is still tbd