Lines Matching +full:library +full:- +full:sel

7 Library          ../lib/ipmi_utils.py  keyword
8 Library String keyword
9 Library Collections keyword
60 Test IPMI Watchdog Timer Pre-Timeout Interrupt Bits
61 [Documentation] Execute out of band set/get pre-timeout interrupt bits for watchdog timer.
62 [Tags] Test_IPMI_Watchdog_Timer_Pre-Timeout_Interrupt_Bits
107 [Template] Validate Watchdog Timer Actions And SEL Events
109 # set action command power state SEL event
134 # Start_timer_value is bits 6 - 7; set to 0x64 0x00 (100 ms decimal).
135 # Reverse bits 6 - 7 due to BMC being little endian; new value is 0x00 0x64.
160 Verify Pre-timeout Values
161 … [Documentation] Set Watchdog Pre-timeout via IPMI raw command and verify via Get Watchdog Timer.
162 [Tags] Verify_Pre-timeout_Values
163 [Template] Validate Watchdog Pre-timeout
170 Verify Failure For Pre-Timeout Interval Greater Than Initial Count
171 … [Documentation] Set Watchdog Pre-timeout via IPMI raw command and verify via Get Watchdog Timer.
172 [Tags] Verify_Failure_For_Pre-Timeout_Interval_Greater_Than_Initial_Count
174 # Expected to fail: pre-timeout interval (4000) > initial count (1000).
197 Run IPMI Standard Command mc reset cold -N 10 -R 1
249 Validate Watchdog Timer Actions And SEL Events
250 [Documentation] Verify the watchdog timer actions and the associated SEL events.
261 # Clear SEL.
262 Run IPMI Standard Command sel clear
286 Verify Watchdog Timer Action SEL Event ${sel_event}
299 Verify Watchdog Timer Action SEL Event
304 # sel_event Text of SEL event after timer action.
306 ${resp}= Run IPMI Standard Command sel elist
327 Validate Watchdog Pre-timeout
328 [Documentation] Verify watchdog pre-timeout valid request bytes.
351 # Start_timer_value is bits 6 - 7; set to 0x64 0x00 (100 ms decimal).
352 # Reverse bits 6 - 7 due to BMC being little endian; new value is 0x00 0x64.