Lines Matching full:redfish
26 Suite Teardown Redfish.Logout
34 Redfish Host Code Update With ApplyTime OnReset
37 [Template] Redfish Update Firmware
43 Redfish Host Code Update With ApplyTime Immediate
46 [Template] Redfish Update Firmware
56 ${bios_version_before}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID}/ BiosVersion
57 Redfish Firmware Update And Do BMC Reboot
58 ${bios_version_after}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID}/ BiosVersion
68 Redfish.Login
69 Run Keyword And Ignore Error Redfish Delete All BMC Dumps
70 Run Keyword And Ignore Error Redfish Purge Event Log
71 Redfish Power Off stack_mode=skip
74 Redfish Update Firmware
75 [Documentation] Update the Host firmware via redfish interface.
81 Redfish.Login
85 # URI : /redfish/v1/UpdateService
86 # "HttpPushUri": "/redfish/v1/UpdateService/update",
88 Redfish Upload Image And Check Progress State
90 Redfish.Login
91 Redfish Verify Host Version ${IMAGE_FILE_PATH}
95 Redfish Firmware Update And Do BMC Reboot
96 [Documentation] Update the firmware via redfish interface and do BMC reboot.
100 # URI : /redfish/v1/UpdateService
101 # "HttpPushUri": "/redfish/v1/UpdateService/update",
103 ${redfish_update_uri}= Get Redfish Update Service URI
104 Redfish Upload Image ${redfish_update_uri} ${IMAGE_FILE_PATH}
110 Redfish OBMC Reboot (off)