Skip to content
Commit c01d9162 authored by Charles Boyer's avatar Charles Boyer Committed by Ed Tanous
Browse files

log_services: Fix BMC Journal Entries collection odata.id



This commit removes odata.id assertions so the odata.id becomes
Journal/Entries instead of BmcLog/Entries.

Tested:
 - Redfish Service Validator passes
 - The response from `curl -k -H "X-Auth-Token: $token"
   https://${bmc}/redfish/v1/Managers/bmc/LogServices/Journal/Entries`
   contained the correct odata.id,
   `{
     "@odata.id": "/redfish/v1/Managers/bmc/LogServices/Journal/Entries",
     "@odata.type": "#LogEntryCollection.LogEntryCollection",
     "Description": "Collection of BMC Journal Entries",
     ...`

Signed-off-by: default avatarMohaimen Alsamarai <mohaimen.alsamrai@fii-na.com>
Signed-off-by: default avatarCharles Boyer <Charles.Boyer@fii-usa.com>
Change-Id: Ie9cfa52b141d9f5d0fc12945fa3936bad871a413
parent cb0d27e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment