Lines Matching full:update
2 Documentation Update the BMC code on a target BMC via Redifsh.
7 # Firmware update states:
44 # New code update path.
45 ${REDFISH_UPDATE_URI} /redfish/v1/UpdateService/update
49 Redfish BMC Code Update
50 [Documentation] Update the firmware image.
80 Print Timen Performing firmware update ${image_version}.
82 Redfish Update Firmware
85 Redfish BMC Code Update Running And Backup Image With Same Firmware
86 [Documentation] Perform the firmware update with same image back to back, so that
100 # First update.
101 Print Timen Performing firmware update ${image_version}.
102 Redfish Update Firmware
104 # Second update.
105 Print Timen Performing firmware update ${image_version}.
106 Redfish Update Firmware
109 Redfish Firmware Update Loop
110 [Documentation] Update the same firmware image in loop.
112 [Template] Redfish Firmware Update In Loop
139 # Check and set the update path.
141 # New - /redfish/v1/UpdateService/update
142 ${resp}= Redfish.Get /redfish/v1/UpdateService/update
145 # If the method is not found, set update URI to old method.
150 Log To Console Update URI: ${REDFISH_UPDATE_URI}
155 Redfish Firmware Update In Loop
156 [Documentation] Update the firmware in loop.
160 # update_loop_count This value is used to run the firmware update in loop.
178 Print Timen Performing firmware update ${image_version}.
179 Redfish Update Firmware
273 Redfish Update Firmware
274 [Documentation] Update the BMC firmware via redfish interface.
299 ... Check Image Update Progress State match_state='Enabled' image_id=${image_id}