Lines Matching refs:Get

4 ...                    1. Get SDR,
5 ... 2. Get Device SDR Info,
7 ... 4. Get Device SDR.
23 Verify Get SDR For Maximum Record Via IPMI
24 [Documentation] Verify Get SDR for each and every record one by one via IPMI lanplus.
28 ${record_count} ${last_record}= Get Record Count And Last Record From SDR
37 # Get SDR command.
39 …... raw ${IPMI_RAW_CMD['Get SDR']['Get'][1]} 0x00 0x00 0x${second_digit} 0x${first_digit} 0x00 0x…
45 # Get SDR response bytes 0:2 will be - ff ff 72 00 ....
72 ${length}= Get Length ${response_data}
77 Verify Sensor And SDR Count In Get Device SDR Info Via Inband IPMI
78 [Documentation] Verify Sensor and SDR Count in Get Device SDR Info via inband IPMI.
81 # Get Sensor count and SDR elist all count from IPMI LAN interface.
82 ${sensor_count_lan1} ${SDR_count_lan1}= Get Count for Sensor And SDR Elist All
84 # Get Sensor Count From Get Device SDR Info command.
85 ${sensor_count1}= Get Sensor Count From SDR Info
86 # Compare Get Device SDR Sensor count with Sensor count from lanplus.
89 # Get SDR Count From Get Device SDR Info command.
90 ${SDR_count1}= Get SDR Count From SDR Info
91 # Get sdr oem record count from "sdr elist -vvv" command output.
96 # Compare Get Device SDR Sdr count with SDR Elist All count from lanplus.
102 # Get Sensor count and SDR elist all count from IPMI lanplus interface.
103 ${sensor_count_lan2} ${SDR_count_lan2}= Get Count for Sensor And SDR Elist All
105 # Get Sensor Count From Get Device SDR Info command.
106 ${sensor_count2}= Get Sensor Count From SDR Info
107 # Compare Get Device SDR Sensor count with Sensor count from lanplus.
110 # Get SDR Count From Get Device SDR Info command.
111 ${SDR_count2}= Get SDR Count From SDR Info
113 # Compare Get Device SDR Sdr count with SDR Elist All count from lanplus.
117 Verify Timestamp In Get Device SDR Info Via Inband IPMI
118 [Documentation] Verify timestamp In Get Device SDR Info via inband IPMI.
124 # Get epoch Timestamp obtained from Get Device SDR Info command.
125 ${SDR_timestamp}= Get Device SDR Timestamp
127 # Get current date from BMC Native Date command and convert to epoch.
128 ${bmc_date}= Get Current Date from BMC
131 # Compare time difference between bmc time and Get Device SDR Info timestamp.
137 Verify Get Device SDR Info For Invalid Data Request
138 [Documentation] Verify Get Device SDR Info via inband IPMI with extra bytes.
157 [Documentation] Verify whether Get Device SDR Info command is accessible via lanplus.
180 ${resp}= Get Reserve Device SDR Repository
184 ${length}= Get Length ${reserve_id}
214 ... to fetch partial record from Get Device SDR.
217 # Get Reservation ID.
218 ${resp}= Get Reserve Device SDR Repository
221 … # Check whether the response for Get device SDR command is obtained with the given Reservation ID.
223 …... raw ${IPMI_RAW_CMD['Device_SDR']['Get'][0]} 0x${reserve_id[0]} 0x${reserve_id[1]} 0x00 0x00 0…
227 ${length}= Get Length ${resp}
233 ... is accessible after bmc reboot to fetch partial record from Get Device SDR.
237 ${resp}= Get Reserve Device SDR Repository
240 … # Check whether the response for Get device SDR command is obtained with the given Reservation ID.
242 …... raw ${IPMI_RAW_CMD['Device_SDR']['Get'][0]} 0x${reserve_id[0]} 0x${reserve_id[1]} 0x00 0x00 0…
247 … # Check whether the response for Get device SDR command is obtained with the given Reservation ID.
251 …... raw ${IPMI_RAW_CMD['Device_SDR']['Get'][0]} 0x${reserve_id[0]} 0x${reserve_id[1]} 0x00 0x00 0…
256 ... is accessible to fetch partial record from Get Device SDR.
260 ${resp}= Get Reserve Device SDR Repository
264 ${resp2}= Get Reserve Device SDR Repository
270 …... raw ${IPMI_RAW_CMD['Device_SDR']['Get'][0]} 0x${reserve_id[0]} 0x${reserve_id[1]} 0x00 0x00 0…
273 Verify Get Device SDR For Maximum Record Via IPMI
274 [Documentation] Verify Get Device SDR for each and every Record Via IPMI Inband.
278 ${record_count} ${last_record}= Get Record Count And Last Record From SDR
287 # Get Device SDR command.
289 …... raw ${IPMI_RAW_CMD['Device_SDR']['Get'][0]} 0x00 0x00 0x${second_digit} 0x${first_digit} 0x00…
295 # Get SDR response bytes 0:2 will be - ff ff 72 00 ....
323 ${length}= Get Length ${response_data}
328 Verify Get Device SDR For Invalid Data Request Via IPMI
329 [Documentation] Verify Get Device SDR via IPMI lanplus with extra bytes.
332 # Get SDR command with extra bytes.
333 ${resp}= Run Keyword and Expect Error *${IPMI_RAW_CMD['Device_SDR']['Get'][3]}*
335 …... raw ${IPMI_RAW_CMD['Device_SDR']['Get'][0]} 0x00 0x00 ${IPMI_RAW_CMD['Device_SDR']['Get'][1]}…
337 Should Contain ${resp} ${IPMI_RAW_CMD['Device_SDR']['Get'][2]}
342 Get IPMI Sensor Count
343 [Documentation] Get sensors count using "SDR elist all" command.
367 ${sensor_count}= Get Length ${sensor_list}
371 Get Device SDR Info For Sensor Data
372 [Documentation] Get Device SDR Info via inband IPMI and return response data with Sensor count.
374 # Get Device SDR Info for Sensor data.
381 Get Device SDR Info For SDR Data
382 [Documentation] Get Device SDR Info via inband IPMI and return response data with SDR count.
384 # Get Device SDR Info for SDR data.
391 Get Sensor Count From SDR Info
392 [Documentation] Get Sensor Count from Get Device SDR Info data.
394 # Get Device SDR Info Via inband IPMI for Sensor count.
395 ${sensor_data}= Get Device SDR Info For Sensor Data
397 # Get Sensor count from Get Device SDR Info count - bytie 0.
405 Get SDR Count From SDR Info
406 [Documentation] Get SDR Count from Get Device SDR Info data.
408 # Get Device SDR Info Via inband IPMI for SDR count.
409 ${SDR_data}= Get Device SDR Info For SDR Data
411 # Get SDR count from Get Device SDR Info count - byte 0.
419 Get Device SDR Timestamp
420 [Documentation] Get Timestamp from Get Device SDR Info.
422 # Get Device SDR Info Via inband IPMI for Sendor count.
423 ${sensor_data}= Get Device SDR Info For Sensor Data
424 # Get Device SDR Info Via inband IPMI for SDR count.
425 ${SDR_data}= Get Device SDR Info For SDR Data
431 # Timestamp for the Get SDR count will be from Response byte 2 to N.
446 Get Count for Sensor And SDR Elist All
447 [Documentation] Get Sensor and SDR elist all count via IPMI lanplus.
449 # Get Sensor list via IPMI lanplus.
451 # Get SDR elist all via IPMI lanplus.
452 ${SDR_count}= Get IPMI Sensor Count
457 Get Reserve Device SDR Repository
458 [Documentation] Get Reserve Device SDR Repository via Inband IPMI.
467 Get IPMI SDR Status Info
484 # Get SDR Info IPMI command.
488 ${setting_line}= Get Lines Containing String ${resp} ${setting}
495 Get Record Count And Last Record From SDR
499 ${record_count}= Get IPMI SDR Status Info Record Count