Lines Matching full:check
25 # Check whether the expected sensors are present in the Redfish request.
26 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
27 # Check sensor reading is not equal to null.
39 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Power
43 Check Sensors Present ${resp.dict['Voltages']} Voltage
44 Check Sensor Status And Reading Via Sensor Info
47 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Thermal
51 Check Sensors Present ${resp.dict['Temperatures']} Temperature
52 Check Sensors Present ${resp.dict['Fans']} Fans
54 Check Sensor Status And Reading Via Sensor Info
56 Check Sensor Status And Reading Via Sensor Info
59 # Check sensors in
65 Check Sensor Status And Reading Via Sensor Name ${sensor_name}
91 [Documentation] Check if required parameters are provided via command line.
146 Check Sensor Status And Reading Via Sensor Name
147 [Documentation] Check Sensor Status And Reading Via Sensor Name.
169 Check Sensor Status And Reading Via Sensor Info
170 [Documentation] Check Sensor Status And Reading Via Sensor Info.
192 Check Sensors Present
193 [Documentation] Check that sensors are present as expected.