Lines Matching full:check
27 # Check whether the expected sensors are present in the Redfish request.
28 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'.
29 # Check sensor reading is not equal to null.
43 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Power
47 Check If Expected Sensors Are Present ${resp.dict['Voltages']} Voltages
48 Check Sensor Status And Reading Via Sensor Info
51 # Check sensors in /redfish/v1/Chassis/{ChassisId}/Thermal
55 Check If Expected Sensors Are Present ${resp.dict['Temperatures']} Temperatures
56 Check If Expected Sensors Are Present ${resp.dict['Fans']} Fans
58 Check Sensor Status And Reading Via Sensor Info
60 Check Sensor Status And Reading Via Sensor Info
63 # Check sensors in
68 Check If Expected Sensors Are Present ${resp.dict['Sensors']} DiscreteSensors
69 Check Sensor Status And Reading Via Sensor Info
72 # Check sensors in
77 Check If Expected Sensors Are Present ${resp.dict['Sensors']} ThresholdSensors
78 Check Sensor Status And Reading Via Sensor Info
99 Check For Required Parameters For Sensor Monitoring
103 Check For Required Parameters For Sensor Monitoring
104 [Documentation] Check if required parameters are provided via command line.
161 Check Sensor Status And Reading Via Sensor Name
185 Check Sensor Status And Reading Via Sensor Info
186 [Documentation] Check if each sensor's health is ok, state is enabled,
208 Check If Expected Sensors Are Present
209 [Documentation] Check that sensors are present as expected.