Lines Matching refs:Get

49     # Get the BMC Status.
53 # Verify if BMC restarted with Get Device ID command.
55 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
56 Should Not Contain ${resp} ${IPMI_RAW_CMD['Device ID']['Get'][1]}
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}
79 ${threshold_key_list}= Get Dictionary Keys ${sensor_threshold}
82 ${old_threshold_value}= Get From Dictionary ${sensor_threshold} ${random_threshold_key}
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…
96 # Get the BMC Status.
100 # Get sensor data for the sensor identified.
104 # Get sensor threshold readings after BMC restarts.
112 Get Sensor List
121 Get The Sensor Name And Threshold
137 ${get_sensor_name}= Get From List ${sensor_details} 0
142 ${sensor_count}= Get Length ${tmp_list}
146 ${threshold_dict_count}= Get Length ${sensor_threshold}
162 ${sensor_threshold}= Get Lines Containing String ${sensor_list} ${random_sensor_name}
164 ${get_ipmi_lower_non_recoverable_threshold}= Get From List ${ipmi_sensor} 4
171 ${get_ipmi_lower_critical_threshold}= Get From List ${ipmi_sensor} 5
178 ${get_ipmi_lower_non_critical_threshold}= Get From List ${ipmi_sensor} 6
185 ${get_ipmi_upper_non_critical_threshold}= Get From List ${ipmi_sensor} 7
192 ${get_ipmi_upper_critical_threshold}= Get From List ${ipmi_sensor} 8
199 ${get_ipmi_upper_non_recoverable_threshold}= Get From List ${ipmi_sensor} 9
216 Set And Get Sensor Threshold For given Sensor
217 [Documentation] Set/Get Sensor Threshold for given sensor Via IPMI.
233 # After Setting Threshold Value, Get New Sensor Threshold Value.
245 ${get_sensor_new_threshold_value}= Get From List ${new_sensor_details} ${index_value}