Lines Matching +full:attribute +full:- +full:set

43       ${attr_purpose}=  Read Software Attribute  ${index}  Purpose
51 Read Software Attribute
52 [Documentation] Return software attribute data.
58 # attribute_name Software object attribute name.
109 Set Host Software Property
110 [Documentation] Set the host software properties of a given object.
115 # sw_attribute Host software attribute name.
120 Write Attribute ${host_object} ${sw_attribute} data=${args}
125 Set Property To Invalid Value And Verify No Change
126 [Documentation] Attempt to set a property and check that the value didn't
131 # property The property to attempt to set.
140 ... Set Host Software Property @{software_objects}[0] ${property} foo
146 Set Priority To Invalid Value And Expect Error
147 [Documentation] Set the priority of an image to an invalid value and
155 # priority The priority value to set. Should be an integer outside of
163 ... Set Host Software Property @{images}[0] Priority ${priority}
219 # skip_if_active If set to true, will skip the code update if this
233 # set priority to 0 and reboot the BMC.
235 ${activation}= Set Variable ${software_state}[Activation]
240 ... Set Host Software Property ${SOFTWARE_VERSION_URI}${version_id}
249 Write Attribute ${SOFTWARE_VERSION_URI}${version_id}
263 # Uploaded and activated image should have priority set to 0. Due to timing
266 ... Check Software Object Attribute ${version_id} Priority ${0}
305 Set Same Priority For Multiple Images
306 [Documentation] Find two images, set the priorities to be the same, and
321 # Set the priority of the second image to the priority of the first.
323 Set Host Software Property @{software_objects}[1] Priority
327 # Set the priority of the first image back to what it was before
328 Set Host Software Property @{software_objects}[0] Priority
339 ${args}= Set Variable {"data": []}
368 ... [ ! -d "/tmp/images/${image_id}" ]
374 ${args}= Set Variable {"data": []}
414 [Documentation] Find the least value in "Priority" attribute and return.
425 ... Read Software Attribute ${index} Priority
455 Write Attribute ${SOFTWARE_VERSION_URI} FieldModeEnabled data=${args}
457 BMC Execute Command [ ! -d "/usr/local/share" ]
464 BMC Execute Command /bin/systemctl unmask usr-local.mount
466 BMC Execute Command [ -d "/usr/local/share" ]
472 ${value}= Read Attribute ${SOFTWARE_VERSION_URI} FieldModeEnabled
500 Check Software Object Attribute
506 # sw_attribute Software attribute name.
508 # value Software attribute value to compare.
510 ${data}= Read Attribute
514 ... msg=Given attribute value ${data} mismatch ${value}.
543 # match_state The expected state. This may be one or more comma-separated values
560 # match_state The expected state. This may be one or more comma-separated values
570 …${task_inventory}= Check Task Attribute ${target_uri} ${match_status} ${match_state} ${task_d…
590 ${task_payload}= Redfish.Get Attribute ${task_id} Payload
591 Set To Dictionary ${tmp_dict} TargetUri ${task_payload['TargetUri']}
593 ${task_state}= Redfish.Get Attribute ${task_id} TaskState
594 Set To Dictionary ${tmp_dict} TaskState ${task_state}
596 ${task_status}= Redfish.Get Attribute ${task_id} TaskStatus
597 Set To Dictionary ${tmp_dict} TaskStatus ${task_status}
598 Set To Dictionary ${task_inv_dict} ${task_id.split("/")[-1]} ${tmp_dict}
604 Check Task Attribute
612 # match_state The expected state. This may be one or more comma-separated values
622 Set To Dictionary ${tmp_dict} ${task_ins[0]} ${task_ins[1]}
639 # match_state The expected state. This may be one or more comma-separated values
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
662 # match_state The expected state. This may be one or more comma-separated values
669 ${status}= Redfish.Get Attribute ${sw_member} Status
671 ... ${sw_member.split('/')[-1]}
690 … ${status}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Status
704 # 2.8.0-dev-19-g6d5764b33
705 …${version}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Versi…
718 … ${system_applytime}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOptions
735 Set ApplyTime
736 [Documentation] Set and verify the firmware "ApplyTime" policy.
758 ... curl -s tftp://${server_host}/${image_file_name} > tftp_image.tar
775 Set ApplyTime policy=${apply_Time}