Lines Matching +full:software +full:- +full:initiated
2 Documentation Redfish BMC and PNOR software utilities keywords.
12 Get Software Functional State
13 [Documentation] Return functional or active state of the software (i.e. True/False).
39 ... Run Keyword And Return Find Active Software Image ${image_id}
44 Find Active Software Image
58 ${active_id}= Set Variable ${active_sw_img["ActiveSoftwareImage"]["@odata.id"].split("/")[-1]}
67 Get Software Inventory State
69 ... of the software objects active on the system.
71 # User defined state for software objects.
78 # [version]: witherspoon-xx.xx.xx.xx
83 # [version]: 2.8.0-dev-150-g04508dc9f
88 # [version]: 2.8.0-dev-149-g1a8df5077
105 Set To Dictionary ${tmp_dict} image_id ${uri_path.split("/")[-1]}
107 ${functional}= Get Software Functional State ${uri_path.split("/")[-1]}
111 Set To Dictionary ${sw_inv_dict} ${uri_path.split("/")[-1]} ${tmp_dict}
117 Get Software Inventory State By Version
118 [Documentation] Return the software inventory record that matches the given software version.
128 # [version]: 2.8.0-dev-150-g04508dc9f
131 # software_version A BMC or Host version (e.g "2.8.0-dev-150-g04508dc9f").
133 ${software_inventory}= Get Software Inventory State
162 ${software_inventory}= Get Software Inventory State
261 # comma-separated values (e.g. "On", "Off").
274 # FirmwareVersion: 2.8.0-dev-1067-gdc66ce1c5,
275 # BiosVersion: witherspoon-XXX-XX.X-X
321 Create Initiated Task State Dict
359 ${task_inv}= Create Initiated Task State Dict ${task_payload}
376 …f '${task_payload['Payload']['TargetUri']}' == '${target_uri}' Create Initiated Task State Dict …
385 # target_uri Target URI for which task is initiated.
401 # task_inv Initiated task inventory dict information.