Lines Matching refs:Get

31     ${version_info}=  Get IPMI SEL Setting  Version
65 ${sel_count}= Get Line Count ${resp}
79 # Get last SEL entry.
92 # Get any sensor available from sensor list.
95 # Get Sensor ID from SDR get "sensor".
97 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1}
99 # Get Sensor Type from SDR get "sensor".
101 ${sensor_type_id}= Get Bytes From SDR Sensor ${sensor_data2}
108 # Get last SEL entry.
117 ${get_sel_entry}= Get Lines Containing String ${resp} ${sensor_name}
118 ${sel_entry}= Get Lines Containing String ${get_sel_entry} ${event_type}
121 # Get SEL Entry IPMI Raw Command.
122 ${entry}= Get SEL Entry Via IPMI ${sel_entry_id[0]} ${sel_entry_id[1]}
157 # Get Most Recent Addition Timestamp from SEL Info.
158 ${addition_timestamp}= Get Most Recent Addition Timestamp From SEL Info
164 # Get SEL List last 1 entry date and time and convert to epoch timestamp.
165 ${sel_epoch_time}= Get SEL Elist Last Entry Date In Epoch
172 # Get any Sensor available from Sensor list
175 # Get Sensor ID from SDR Get "sensor" and Identify Sensor ID.
177 ${sensor_number}= Get Bytes From SDR Sensor ${sensor_data1}
179 # Get Sensor Type from SDR Get "sensor" and Identify Sensor Type.
181 ${sensor_type_id}= Get Bytes From SDR Sensor ${sensor_data2}
186 # Get SEL List last 1 entry date and time and convert to epoch timestamp.
187 ${sel_epoch_time}= Get SEL Elist Last Entry Date In Epoch
189 # Get Most Recent Addition Timestamp from SEL Info.
190 ${addition}= Get Most Recent Addition Timestamp From SEL Info
204 # Get BMC Current Time.
205 ${bmc_epoch_time}= Get BMC Time In Epoch
207 # Get Most Recent Addition Timestamp from SEL Info.
208 ${addition_timestamp}= Get Most Recent Addition Timestamp From SEL Info
211 # Get Most Recent Erase Timestamp from SEL Info.
212 ${erase_timestamp}= Get Most Recent Erase Timestamp From SEL Info
326 ${sel_last_add_time}= Get IPMI SEL Setting Last Add Time
353 ${sel_entries_count}= Get IPMI SEL Setting Entries
373 Get SEL Entry Via IPMI
374 [Documentation] Get SEL Entry Via IPMI raw command.
387 # Get SEL Entry Raw command.
394 Get Most Recent Addition Timestamp From SEL Info
395 [Documentation] Get Most recent addition timestamp From SEL Info.
397 # Get SEL Info raw command.
398 ${sel_info}= Get SEL Info Via IPMI
400 # Get Most Recent Addition timestamp in hex.
408 Get Most Recent Erase Timestamp From SEL Info
409 [Documentation] Get Most recent erase timestamp From SEL Info.
411 # Get SEL Info Raw command.
412 ${sel_info}= Get SEL Info Via IPMI
414 # Get Most Recent Erase timestamp in hex.
422 Get SEL Elist Last Entry Date In Epoch
423 [Documentation] Get the time from SEL elist last entry and returns epoch time.
425 # Get SEL list last entry.
428 # Get date from the sel entry and convert to epoch timestamp.
435 Get BMC Time In Epoch
436 [Documentation] Get the current time from BMC and returns epoch time.
438 # Get the bmc native bmc date command response.
439 ${date}= Get Current Date from BMC