ARM-software / sbmr-acs

Arm SBMR Architecture Compliance Suite
Apache License 2.0
3 stars 4 forks source link

M2_OOB : Support @Redfish.Settings object in Redfish PATCH #3

Closed gtossk2 closed 10 months ago

gtossk2 commented 1 year ago

Some BMC might has @Redfish.Settings object in Redfish URIs. Test case need to check @Redfish.Settings object before patching a resource.

Reference :

amrathesh commented 10 months ago

Hi @gtossk2,

We have modified the patch function to check for @Redfish.Settings object in Redfish URIs being patched and use the URI present in SettingObject to patch the resource.

Please provide your review for PR #9

Regards, ACS Team

edhay commented 10 months ago

The PR is reviewed and approved

amrathesh commented 10 months ago

Hi @gtossk2,

The solution for the issue is merged with commit https://github.com/ARM-software/sbmr-acs/commit/0036d1492fa6ea0b470a4e32a578e9d6fcf05432 , To test out the solution, one can download the zipped repo artifact from https://github.com/ARM-software/sbmr-acs/actions/runs/7470437269.

Regards, ACS Team