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

Blade System Mockup Server #82

Closed maroskukan closed 3 years ago

maroskukan commented 3 years ago

Hello, first of all thanks for all the hard work done on Redfish. I really enjoy working with local mockup server that provides the sample rack mounted server experience.

Would it be possible to provided mock files in this repo for other systems you have available on your website? I am testing some python scripts and it would be great to test against a Blade system. Unfortunately I do not have one available to create a mockup from it.

Thanks.

mraineri commented 3 years ago

There are mockups you can download from the DMTF site here: https://www.dmtf.org/dsp/DSP2043

You can use the -D argument on the unzipped directory to specify whatever mockup you'd like.

We really only envisioned embedded one mockup for ease of use of first timers so they don't need to specify the -D argument.

maroskukan commented 3 years ago

@mraineri thank you for the link I will give it a try.