Lines Matching full:upload
166 Redfish Upload Image
167 [Documentation] Upload an image to the BMC via redfish.
176 # Force time out for image file upload if failed to complete on time.
178 ... Upload Image To BMC ${uri} timeout=${240} data=${image_data}
211 Upload And Activate Image
212 [Documentation] Upload an image to the BMC and activate it with REST.
216 # image_file_path The path to the image tarball to upload and activate.
228 ... Upload Image To BMC /upload/image timeout=${90} data=${image_data}
229 ${ret} ${version_id}= Verify Image Upload ${image_version}
281 ${version_id}= Upload And Activate Image ${image_file_path}
293 [Documentation] Upload an image, and then check that no images have the
298 # image_file_path The path to the image to upload.
301 Upload And Activate Image ${image_file_path} skip_if_active=true
789 ${resp}= Upload Image To BMC ${redfish_update_uri} timeout=${600} data=${file_bin_data}
791 Log To Console Completed image upload to BMC.