|
Post by jameslundberg on Jul 11, 2022 19:51:32 GMT
I tried to run the redfishMockupServer.py and got an error saying that there is no /redfish directory at the "top". (venv) [ [email protected] Redfish-Mockup-Server]$ python redfishMockupServer.py -D /home/jimlund/redfish-mockup Redfish Mockup Server, version 1.1.8 Hostname: 127.0.0.1 Port: 8000 Mockup directory path specified: /home/jimlund/redfish-mockup Response time: 0 seconds Serving Mockup in absolute path: /home/jimlund/redfish-mockup ERROR: Invalid Mockup Directory--no /redfish directory at top. Aborting
|
|
|
Post by mraineri on Jul 12, 2022 12:43:22 GMT
You might have a "short" mockup where the "/redfish" resource is not in the mockup directory. Try adding "-S" to the CLI.
|
|