Lines Matching full:sensor
6 ... interrupt enables, event message generation,sensor scanning,
16 ... impact on sensor threshold value change with cold reset.
18 ... The script changes sensor threshold value for Fan sensor,
20 ... compares sensor threshold values of initial and reading after cold reset.
68 Verify Cold Reset Impact On Sensor Threshold Via IPMI
69 [Documentation] Modify sensor threshold, perform cold reset,
70 ... and verify if sensor threshold reverts back to initial value.
73 # Get sensor list.
74 ${sensor_list}= Get Sensor List
76 # Get initial sensor threshold readings.
77 ${sensor_name} ${sensor_threshold}= Get The Sensor Name And Threshold ${sensor_list}
84 # Modify Default Threshold Value For An Sensor To Set An New Threshold Value
85 ${new_settable_threshold_value}= Modify Default Sensor Threshold Value ${old_threshold_value}
87 # Set/Get sensor threshold for given sensor and compare with initial reading.
88 …${new_threshold_value}= Set And Get Sensor Threshold For given Sensor ${sensor_name} ${random_t…
100 # Get sensor data for the sensor identified.
102 ... Run IPMI Standard Command sensor | grep -i "${sensor_name}"
104 # Get sensor threshold readings after BMC restarts.
105 …${threshold_value_after_reset}= Getting Sensor Threshold Value Based On Threshold Key ${random_t…
107 # Compare with initial sensor threshold values.
112 Get Sensor List
113 [Documentation] To get the list of sensors via IPMI sensor list.
117 ... Run IPMI Standard Command sensor
121 Get The Sensor Name And Threshold
122 [Documentation] To get the sensor threshold for given sensor using IPMI.
126 # ${sensor_list} All the sensors listed with ipmi sensor list command.
132 # Omit the discrete sensor and create an threshold sensor name list
133 FOR ${sensor} IN @{sensor_list_lines}
134 ${discrete_sensor_status}= Run Keyword And Return Status Should Contain ${sensor} discrete
136 ${sensor_details}= Split String ${sensor} |
145 …${random_sensor} ${sensor_threshold}= Selecting Random Sensor Name And Threshold Value ${tmp_li…
153 Selecting Random Sensor Name And Threshold Value
154 [Documentation] Select Random Sensor Name And Threshold Values.
157 # Selecting random sensors from sensor list
214 Modify Default Sensor Threshold Value
215 [Documentation] Modify Default Sensor Threshold Value with adding 100 to old threshold values.
222 Set And Get Sensor Threshold For given Sensor
223 [Documentation] Set/Get Sensor Threshold for given sensor Via IPMI.
226 # Set New Threshold Value To The Randomly Selected Sensor.
227 …Run IPMI Standard Command sensor thresh "${sensor_name}" ${random_threshold_key} ${new_settable_t…
231 …${sensor_new_threshold_value}= Getting Sensor Threshold Value Based On Threshold Key ${random_th…
235 Getting Sensor Threshold Value Based On Threshold Key
236 … [Documentation] Getting Particular Sensor Threshold Value Based On Sensor Name And Threshold Key.
239 # After Setting Threshold Value, Get New Sensor Threshold Value.
240 ${new_data}= Run IPMI Standard Command sensor | grep -i "${sensor_name}"