podman pull docker.io/dmtf/redfish-mockup-server:latest
podman run --rm -p 8080:8000 dmtf/redfish-mockup-server:latest
- Call API
curl -v http://localhost:8080/redfish/v1
curl -v http://localhost:8080/redfish/v1
curl -v http://localhost:8080/redfish/v1/Chassis
curl -v http://localhost:8080/redfish/v1/Chassis/1U
curl -v http://localhost:8080/redfish/v1/Chassis/1U/PowerSubsystem
python -m venv venv
source venv/bin/activate
make
make test