Lines Matching full:threshold
7 ... threshold values, and other 'power up' default state to be restored.
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.
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…
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.
121 Get The Sensor Name And Threshold
122 [Documentation] To get the sensor threshold for given sensor using IPMI.
132 # Omit the discrete sensor and create an threshold sensor name list
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.
160 # Create Dictionary For Threshold Key With Threshold Values
208 Modify Default Sensor Threshold Value
209 [Documentation] Modify Default Sensor Threshold Value with adding 100 to old threshold values.
216 Set And Get Sensor Threshold For given Sensor
217 [Documentation] Set/Get Sensor Threshold for given sensor Via IPMI.
220 # Set New Threshold Value To The Randomly Selected Sensor.
225 …${sensor_new_threshold_value}= Getting Sensor Threshold Value Based On Threshold Key ${random_th…
229 Getting Sensor Threshold Value Based On Threshold Key
230 … [Documentation] Getting Particular Sensor Threshold Value Based On Sensor Name And Threshold Key.
233 # After Setting Threshold Value, Get New Sensor Threshold Value.