Lines Matching refs:Get

27     ${IPMI_RAW_CMD['Watchdog']['Set'][0]}  ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
28 ... ${IPMI_RAW_CMD['Watchdog']['Get'][1]}
29 ${IPMI_RAW_CMD['Watchdog']['Set'][3]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
30 ... ${IPMI_RAW_CMD['Watchdog']['Get'][3]}
38 ${IPMI_RAW_CMD['Watchdog']['Set'][6]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
39 ... ${IPMI_RAW_CMD['Watchdog']['Get'][5]}
40 ${IPMI_RAW_CMD['Watchdog']['Set'][9]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
41 ... ${IPMI_RAW_CMD['Watchdog']['Get'][7]}
49 ${IPMI_RAW_CMD['Watchdog']['Set'][12]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
50 ... ${IPMI_RAW_CMD['Watchdog']['Get'][9]}
51 ${IPMI_RAW_CMD['Watchdog']['Set'][15]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
52 ... ${IPMI_RAW_CMD['Watchdog']['Get'][11]}
53 ${IPMI_RAW_CMD['Watchdog']['Set'][18]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
54 ... ${IPMI_RAW_CMD['Watchdog']['Get'][13]}
55 ${IPMI_RAW_CMD['Watchdog']['Set'][21]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
56 ... ${IPMI_RAW_CMD['Watchdog']['Get'][15]}
57 ${IPMI_RAW_CMD['Watchdog']['Set'][24]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
58 ... ${IPMI_RAW_CMD['Watchdog']['Get'][17]}
66 ${IPMI_RAW_CMD['Watchdog']['Set'][27]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
67 ... ${IPMI_RAW_CMD['Watchdog']['Get'][19]}
68 ${IPMI_RAW_CMD['Watchdog']['Set'][30]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
69 ... ${IPMI_RAW_CMD['Watchdog']['Get'][21]}
77 ${IPMI_RAW_CMD['Watchdog']['Set'][33]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
78 ... ${IPMI_RAW_CMD['Watchdog']['Get'][23]}
79 ${IPMI_RAW_CMD['Watchdog']['Set'][36]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
80 ... ${IPMI_RAW_CMD['Watchdog']['Get'][25]}
81 ${IPMI_RAW_CMD['Watchdog']['Set'][39]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
82 ... ${IPMI_RAW_CMD['Watchdog']['Get'][27]}
83 ${IPMI_RAW_CMD['Watchdog']['Set'][42]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
84 ... ${IPMI_RAW_CMD['Watchdog']['Get'][29]}
92 ${IPMI_RAW_CMD['Watchdog']['Set'][45]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
93 ... ${IPMI_RAW_CMD['Watchdog']['Get'][31]}
94 ${IPMI_RAW_CMD['Watchdog']['Set'][48]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
95 ... ${IPMI_RAW_CMD['Watchdog']['Get'][33]}
96 ${IPMI_RAW_CMD['Watchdog']['Set'][51]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
97 ... ${IPMI_RAW_CMD['Watchdog']['Get'][35]}
98 ${IPMI_RAW_CMD['Watchdog']['Set'][54]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
99 ... ${IPMI_RAW_CMD['Watchdog']['Get'][37]}
100 ${IPMI_RAW_CMD['Watchdog']['Set'][57]} ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
101 ... ${IPMI_RAW_CMD['Watchdog']['Get'][39]}
126 # Get Watchdog Timer.
127 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
128 Should Contain ${resp} ${IPMI_RAW_CMD['Watchdog']['Get'][41]}
133 # Example: Get watchdog response is 0x06 0x24 0x05 0x00 0x64 0x00 0x64 0x00.
137 ${value}= Get Slice From List ${start_timer_value} 6
145 # Get Watchdog Timer before reset watchdog timer.
146 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
147 Should Contain ${resp} ${IPMI_RAW_CMD['Watchdog']['Get'][41]}
155 Get Watchdog Timer And Compare To Start Value ${start_timer_integer}
161 … [Documentation] Set Watchdog Pre-timeout via IPMI raw command and verify via Get Watchdog Timer.
168 ${IPMI_RAW_CMD['Watchdog']['Get'][0]} ${IPMI_RAW_CMD['Watchdog']['Get'][43]}
171 … [Documentation] Set Watchdog Pre-timeout via IPMI raw command and verify via Get Watchdog Timer.
179 [Documentation] Set Watchdog via IPMI raw command and verify via Get Watchdog Timer.
186 ${IPMI_RAW_CMD['Watchdog']['Get'][45]}
189 [Documentation] Set Watchdog via IPMI raw command and verify via Get Watchdog Timer.
290 [Documentation] Get host power state using external IPMI command and verify.
296 ${ipmi_state}= Get Host State Via External IPMI
307 ${power_status}= Get Lines Containing String ${resp} Watchdog
314 ${ipmi_state}= Get Host State Via External IPMI
338 Get Watchdog Timer And Compare To Start Value
339 [Documentation] Get watchdog value, convert to integer, and compare to original start value.
345 # Get Watchdog Timer.
346 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
350 # Example: Get watchdog response is 0x06 0x24 0x05 0x00 0x64 0x00 0x64 0x00.
354 ${value}= Get Slice From List ${timer_value} 6