Lines Matching full:sdr

2 Documentation          Test IPMI Inband SDR commands.
4 ... 1. Get SDR,
5 ... 2. Get Device SDR Info,
6 ... 3. Reserve Device SDR Repository,
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.
27 # Gets the Total Record Count from SDR Info and the last Record entry number.
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 ....
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.
92 ${sdr_data}= Run Inband IPMI Standard Command sdr elist -vvv fail_on_err=0
93 ${sdr_oem}= Fetch OEM Sdr Count ${sdr_data}
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
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.
141 # Sensor Count Via Device SDR Info with extra bytes.
148 # SDR Count Via Device SDR Info with extra bytes.
156 Verify Device SDR Info Via IPMI Lanplus
157 [Documentation] Verify whether Get Device SDR Info command is accessible via lanplus.
160 # Sensor Count Via Device SDR Info via lanplus.
167 # SDR Count Via Device SDR Info via lanplus.
175 Verify Reserve Device SDR Repository Via Inband IPMI
176 [Documentation] Verify Reserve Device SDR Repository via inband IPMI.
179 # Reserve Device SDR Repository via inband IPMI.
180 ${resp}= Get Reserve Device SDR Repository
188 Verify Reserve Device SDR Repository For Invalid Data Request
189 [Documentation] Verify Reserve Device SDR Repository via inband IPMI with extra request bytes.
192 # Reserve Device SDR Repository with extra request bytes.
200 Verify Reserve Device SDR Repository Info Via IPMI Lanplus
201 [Documentation] Verify whether Reserve Device SDR Repository command is accessible via lanplus.
204 # Reserve Device SDR Repository via lanplus.
212 Verify Reserve Device SDR Repository For Partial Record
213 [Documentation] Verify whether reservation ID of Reserve Device SDR Repository is accessible
214 ... to fetch partial record from Get Device SDR.
218 ${resp}= Get Reserve Device SDR Repository
221 … # Check whether the response for Get device SDR command is obtained with the given Reservation ID.
231 Verify Reserve Device SDR Repository For Partial Record After BMC Reboot
232 [Documentation] Verify whether Reservation ID of Reserve Device SDR Repository,
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.
247 … # Check whether the response for Get device SDR command is obtained with the given Reservation ID.
254 Verify Reserve Device SDR Repository Invalid Reservation ID For Partial Record
255 [Documentation] Verify whether invalid reservation ID of Reserve Device SDR Repository,
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
266 # Check whether response for Gner device SDR command is obtained with Reservation ID 1.
273 Verify Get Device SDR For Maximum Record Via IPMI
274 [Documentation] Verify Get Device SDR for each and every Record Via IPMI Inband.
277 # Gets the Total Record Count from SDR Info and the last Record entry number.
278 ${record_count} ${last_record}= Get Record Count And Last Record From SDR
287 # Get Device SDR command.
295 # Get SDR response bytes 0:2 will be - ff ff 72 00 ....
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.
343 [Documentation] Get sensors count using "SDR elist all" command.
344 # Example of "SDR elist all" command output:
365 ${output}= Run IPMI Standard Command sdr elist all
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.
432 # Compare the timestamps for Sensor data and SDR data.
446 Get Count for Sensor And SDR Elist All
447 [Documentation] Get Sensor and SDR elist all count via IPMI lanplus.
451 # Get SDR elist all via IPMI lanplus.
457 Get Reserve Device SDR Repository
458 [Documentation] Get Reserve Device SDR Repository via Inband IPMI.
460 # Reserve Device SDR Repository command via inband.
467 Get IPMI SDR Status Info
468 [Documentation] Returns status for given IPMI SDR Info.
471 # setting SDR Info which needs to be read(e.g. "SDR Version").
472 # SDR Version : 0x51
477 # SDR overflow : yes
478 # SDR Repository Update Support : unspecified
479 # Delete SDR supported : no
480 # Partial Add SDR supported : no
481 # Reserve SDR repository supported : yes
482 # SDR Repository Alloc info supported : yes
484 # Get SDR Info IPMI command.
485 ${resp}= Run IPMI Standard Command sdr info
487 # Return lines for given IPMI SDR Info.
495 Get Record Count And Last Record From SDR
496 [Documentation] Returns total record count from IPMI SDR Info and last SDR record.
498 # Returns Record count from IPMI SDR Info.
499 ${record_count}= Get IPMI SDR Status Info Record Count