gbmc-release-24.1.x: gbmcweb: SRCREV bump 259458603f..1b15b68169
Brandon Kim (1):
systems: Fix setBMInstance ROUTE
Fusion-Link: fusion2 N/A - this flow is not tested
Tested:
Before, the following used to cause a crash
~# curl -X PATCH http://localhost:80/redfish/v1/Systems/system/Oem/Google/BareMetalInstance/ -d '{"AssetTag": "asdf"}'
After, the following succeeds
~# curl -X PATCH http://localhost:80/redfish/v1/Systems/system/Oem/Google/BareMetalInstance/ -d '{"AssetTag": "asdf"}'
~# wget -qO- http://localhost:80/redfish/v1/Systems/system/Oem/Google/BareMetalInstance
{
"@odata.id": "/redfish/v1/Systems/system/Oem/Google/BareMetalInstance",
"@odata.type": "#GoogleBareMetalInstance.v1_0_0.GoogleBareMetalInstance",
"AssetTag": "asdf",
"BoardSerialNumber": "",
"Family": "",
"ProductName": "",
"SKU": "",
"SystemSerialNumber": "",
"UUID": ""
}
Google-Bug-Id: 343232025
Change-Id: Ib3ca87792c668f0e53bb8523eb27f0a1beace39c
Signed-off-by: Brandon Kim <brandonkim@google.com>
1 file changed