Lines Matching refs:Get

22 Get Software Objects
23 [Documentation] Get the host software objects and return as a list.
60 ${resp}= OpenBMC Get Request ${software_object}/attr/${attribute_name}
66 Get Software Objects Id
67 [Documentation] Get the software objects id and return as a list.
77 ${sw_list}= Get Software Objects ${version_type}
85 Get Host Software Property
96 Get Host Software Objects Details
102 ${pnor_details}= Get Software Objects ${VERSION_PURPOSE_HOST}
104 ${resp}= OpenBMC Get Request ${pnor} quiet=${1}
137 ${software_objects}= Get Software Objects version_type=${version_type}
138 ${prev_properties}= Get Host Software Property @{software_objects}[0]
141 ${cur_properties}= Get Host Software Property @{software_objects}[0]
158 ${images}= Get Software Objects version_type=${version_type}
159 ${num_images}= Get Length ${images}
174 ${image_data}= OperatingSystem.Get Binary File ${image_file_path}
190 ${tar_version}= Get Version Tar ${image_file_path}
191 ${bmc_version}= Redfish Get BMC Version
205 ${tar_version}= Get Version Tar ${image_file_path}
206 ${host_version}= Redfish Get Host Version
223 ${image_version}= Get Version Tar ${image_file_path}
225 ${image_data}= OperatingSystem.Get Binary File ${image_file_path}
283 ${resp}= OpenBMC Get Request ${SOFTWARE_VERSION_URI}${version_id}
288 ${resp}= OpenBMC Get Request ${SOFTWARE_VERSION_URI}${version_id}
316 ${software_objects}= Get Software Objects version_type=${version_purpose}
317 ${num_images}= Get Length ${software_objects}
322 ${properties}= Get Host Software Property @{software_objects}[0]
362 ${software_objects}= Get Software Objects version_type=${version_type}
394 ${tar_version}= Get Version Tar ${image_file_path}
395 ${bmc_version}= Get BMC Version
408 ${tar_version}= Get Version Tar ${image_file_path}
409 ${pnor_version}= Get PNOR Version
413 Get Least Value Priority Image
421 ${sw_list}= Get Software Objects version_type=${version_type}
483 ${installed_images}= Get Software Objects
487 ... Get List of Images ${installed_images}
490 Get List of Images
491 [Documentation] Get List of Images
495 ${resp}= OpenBMC Get Request ${uri}
501 [Documentation] Get the software property of a given object and verify.
524 Get Latest Image ID
530 ${image_id}= Get Latest File /tmp/images/
534 ${image_id}= Get Image Id Updating
548 ${state}= Get Image Update Progress State image_id=${image_id}
552 Get All Task
553 [Documentation] Get all the active tasks.
564 ${task_list}= Redfish.Get Members List /redfish/v1/TaskService/Tasks
565 ${num_records}= Get Length ${task_list}
568 ${task_dict}= Get Task Objects ${task_list}
572 ${num_records}= Get Length ${task_inventory}
578 Get Task Objects
590 ${task_payload}= Redfish.Get Attribute ${task_id} Payload
593 ${task_state}= Redfish.Get Attribute ${task_id} TaskState
596 ${task_status}= Redfish.Get Attribute ${task_id} TaskStatus
605 [Documentation] Get the active task progress state.
644 ${task_state}= Redfish.Get Attribute /redfish/v1/TaskService/Tasks/${task_ins}[0] TaskState
645 … ${task_status}= Redfish.Get Attribute /redfish/v1/TaskService/Tasks/${task_ins}[0] TaskStatus
646 ${task_payload}= Redfish.Get Attribute /redfish/v1/TaskService/Tasks/${task_ins}[0] Payload
657 Get Image Id
658 [Documentation] Get image id.
666 ${sw_member_list}= Redfish.Get Members List /redfish/v1/UpdateService/FirmwareInventory
669 ${status}= Redfish.Get Attribute ${sw_member} Status
677 Get Image Update Progress State
690 … ${status}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Status
696 Get Firmware Image Version
697 [Documentation] Get the version of the currently installed firmware and return it.
705 …${version}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Versi…
711 Get ApplyTime
712 [Documentation] Get the firmware "ApplyTime" policy.
718 … ${system_applytime}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOptions
723 Verify Get ApplyTime
724 [Documentation] Get and verify the firmware "ApplyTime" policy.
730 ${system_applytime}= Get ApplyTime ${policy}
744 Verify Get ApplyTime ${policy}
747 Get Image Version From TFTP Server
748 [Documentation] Get and return the image version
758 ${version}= Get Version Tar tftp_image.tar
771 ${post_code_update_actions}= Get Post Boot Action
772 ${state}= Get Pre Reboot State
776 ${task_inv_dict}= Get Task State from File
778 ${file_bin_data}= OperatingSystem.Get Binary File ${image_file_path}
786 ${redfish_update_uri}= Get Redfish Update Service URI
804 Verify Get ApplyTime ${apply_time}