Lines Matching refs:Redfish

2 Documentation    Verify that Redfish software inventory can be collected.
17 Verify Redfish Update Service Enabled
27 ${resp}= Redfish.Get /redfish/v1/UpdateService
31 Verify Redfish Software Inventory Collection
53 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
59 Redfish Software Inventory Status Check
63 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
71 ${resp_resource}= Redfish.Get ${resp.dict["Members"][${entry}]["@odata.id"]}
88 ${bmc_manager}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
94 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
103 ${resp_resource}= Redfish.Get ${resp.dict["Members"][${entry}]["@odata.id"]}
119 # "TransferProtocol@Redfish.AllowableValues": [
126 ${allowable_values}= Redfish.Get Attribute /redfish/v1/UpdateService Actions
129 …... allowable_values["#UpdateService.SimpleUpdate"]["TransferProtocol@Redfish.AllowableValues"][0]
135 Verify Redfish Software Hex ID
149 Verify Redfish FirmwareInventory Is Updateable
161 ${resp}= Redfish.Get Attribute ${sw_member} Updateable
170 Check Redfish Functional Image Version Is Same
171 [Documentation] Verify functional image version is same as in Redfish managers.
173 [Template] Verify Redfish Functional Image Version Is Same
180 Check Redfish Backup Image Version Is Same
182 ... is same as in Redfish managers..
184 [Template] Verify Redfish Functional Image Version Is Same
190 Verify Redfish Software Image And Firmware Inventory Are Same
198 ${firmware_inv_path}= Redfish.Get Properties ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
213 Check If Firmware Image Is Same In Firmware Inventory And Redfish Read Operation
214 [Documentation] Check the Redfish firmware inventory path is same as in
215 ... active software image of Redfish managers and firmware inventory of update service.
221 Check If Backup Firmware Image Is Same In Firmware Inventory And Redfish Read Operation
222 [Documentation] Check the Redfish backup image firmware inventory path is same as in
223 ... active software image of Redfish managers and firmware inventory of update service.
233 Verify Redfish BIOS Version
237 ${bios_version}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID}/ BiosVersion
247 Redfish.Login
248 Redfish Power Off stack_mode=skip
255 Redfish.Logout
259 [Documentation] Verify the Redfish firmware inventory path version is same as Redfish managers.
277 ${firmware_version}= Redfish.Get Attribute
284 [Documentation] Verify the Redfish firmware inventory path version is not same as
285 ... Redfish managers for backup image.
303 ${firmware_version}= Redfish.Get Attribute
321 Verify Redfish Functional Image Version Is Same
341 [Documentation] Verify Redfish firmware inventory path and active software image is same.
351 ${firmware_inv_path}= Redfish.Get Properties ${REDFISH_BASE_URI}Managers/${MANAGER_ID}