Lines Matching full:dcmi
33 Verify DCMI Temperature Readings using Redfish
34 [Documentation] Verify temperatures from DCMI sensor reading command using Redfish.
39 DCMI PCIE PCIE
40 DCMI Ambient Ambient
47 # Example of IPMI dcmi get_temp_reading output:
56 ${temp_reading}= Run IPMI Standard Command dcmi get_temp_reading -N 10
58 ... msg="Unable to get inlet temperature via DCMI".
110 # Example of IPMI dcmi get_temp_reading output:
119 ${temp_reading}= Run IPMI Standard Command dcmi get_temp_reading -N 10
121 ... msg="Unable to get baseboard temperature via DCMI".
206 [Documentation] Get IPMI or DCMI sensor reading and verify in Redfish.
210 # command_type Type of command used to get sensor data (eg. IPMI, DCMI).
211 # sensor_id Sensor id used to get reading in IPMI or DCMI.
215 ... ELSE Get DCMI Sensor Reading ${sensor_id}
251 Get DCMI Sensor Reading
252 [Documentation] Get DCMI sensor readings as a dictionary.
256 # sensor_id Sensor id used to get reading in DCMI.
258 ${data}= Run IPMI Standard Command dcmi sensors
356 [Documentation] Get dcmi power reading via IPMI raw command.