Lines Matching refs:Get

17 Get OCC Objects
18 [Documentation] Get the OCC objects and return as a list.
29 ${occ_list}= Get Endpoint Paths ${OPENPOWER_CONTROL} occ*
34 Get OCC Active State
35 [Documentation] Get the OCC "OccActive" and return the attribute value.
62 ${object_list}= Get Endpoint Paths
64 ${list_count}= Get Length ${object_list}
77 ${resp}= OpenBMC Get Request
83 Get Functional Processor Count
84 [Documentation] Get functional processor count.
86 ${cpu_list}= Redfish.Get Members List /redfish/v1/Systems/${SYSTEM_ID}/Processors/ *cpu*
90 ${cpu_status}= Redfish.Get Attribute ${endpoint_path} Status
98 Get Active OCC State Count
99 [Documentation] Get active OCC state count.
101 ${cpu_list}= Redfish.Get Members List /redfish/v1/Systems/${SYSTEM_ID}/Processors/ *cpu*
120 [Documentation] Get CPU functional count and verify OCC count active matches.
122 ${cpu_count}= Get Functional Processor Count
153 ${cpu_list}= Redfish.Get Members List /redfish/v1/Systems/${SYSTEM_ID}/Processors/ cpu*
157 ${cpu_status}= Redfish.Get Attribute ${endpoint_path} Status
161 ${occ_active}= Get OCC Active State ${num}
167 Get Sensors Aggregation Data
173 # returned by 'Get Sensors Aggregation URL List'
200 Get Sensors Aggregation URL List
228 ${resp}= OpenBMC Get Request ${object_base_uri_path}list quiet=${1}
301 ${occ_active}= Get OCC Active State ${occ_target}
315 Get Sensors Dbus Tree List
316 [Documentation] Get the list dbus path of the given sensor object and
348 Get Populated Sensors Dbus List
352 ${sensor_dict}= Get Sensors Dbus Tree List
377 ... Get Variable Value ${SENSOR_DBUS_JSON_FILE_PATH} data/sensor_dbus.json
379 ${json_data}= OperatingSystem.Get File ${SENSOR_DBUS_JSON_FILE_PATH}
382 ${runtime_sensor_list}= Get Populated Sensors Dbus List
384 ${system_model}= Get BMC System Model
421 Get Fan JSON Data
436 Get Fan Attribute Value
459 ${value_list}= utilities.Get Value From Nested Dict ${key_value} ${fan_dict}