Lines Matching refs:Run
47 Run IPMI Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
55 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
64 ${resp}= Run Keyword and Expect Error *Request data length invalid*
65 ... Run IPMI Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]} 0x00
94 Run IPMI Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
102 ... Run IPMI Standard Command sensor | grep -i "${sensor_name}"
117 ... Run IPMI Standard Command sensor
134 ${discrete_sensor_status}= Run Keyword And Return Status Should Contain ${sensor} discrete
166 ${lower_non_recoverable_threshold_status}= Run Keyword And Return Status Should Not Contain
168 Run Keyword If '${lower_non_recoverable_threshold_status}' == 'True'
173 ${lower_critical_threshold_status}= Run Keyword And Return Status Should Not Contain
175 Run Keyword If '${lower_critical_threshold_status}' == 'True'
180 ${lower_non_critical_threshold_status}= Run Keyword And Return Status Should Not Contain
182 Run Keyword If '${lower_non_critical_threshold_status}' == 'True'
187 ${upper_non_critical_threshold_status}= Run Keyword And Return Status Should Not Contain
189 Run Keyword If '${upper_non_critical_threshold_status}' == 'True'
194 ${upper_critical_threshold_status}= Run Keyword And Return Status Should Not Contain
196 Run Keyword If '${upper_critical_threshold_status}' == 'True'
201 ${upper_non_recoverable_threshold_status}= Run Keyword And Return Status Should Not Contain
203 Run Keyword If '${upper_non_recoverable_threshold_status}' == 'True'
221 …Run IPMI Standard Command sensor thresh "${sensor_name}" ${random_threshold_key} ${new_settable_t…
234 ${new_data}= Run IPMI Standard Command sensor | grep -i "${sensor_name}"