Searched refs:reading_type (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_powersupply_readings.robot | 23 # record_type redfish_uri reading_type 32 # record_type redfish_uri reading_type 66 [Arguments] ${record_type} ${redfish_uri} ${reading_type} 71 # reading_type The power watt readings (e.g. "PowerInputWatts") 73 Verify Valid Records ${record_type} ${redfish_uri} ${reading_type} 78 [Arguments] ${record_type} ${redfish_uri} ${reading_type} 83 # reading_type The power voltage readings (e.g. "ReadingVolts") 85 Verify Valid Records ${record_type} ${redfish_uri} ${reading_type} 90 …... if not x['LowerThresholdNonCritical'] <= x['${reading_type}'] <= x['UpperThresholdNonCritical…
|
| H A D | test_power_control_metrics.robot | 23 # record_type redfish_uri reading_type 31 [Arguments] ${record_type} ${redfish_uri} ${reading_type} 36 # reading_type The power metric readings (e.g. "PowerConsumedWatts") 38 Verify Valid Records ${record_type} ${redfish_uri} ${reading_type} 43 … ... [x for x in ${records} if not x['${reading_type}'] <= x['PowerMetrics']['MaxConsumedWatts']]
|
| H A D | test_thermal_ambient_temperatures.robot | 26 # record_type reading_type 47 [Arguments] ${record_type} ${reading_type} 51 # reading_type The thermal temperature readings (e.g. "ReadingCelsius") 54 ... ${REDFISH_CHASSIS_URI}/${CHASSIS_ID}/Thermal ${reading_type} 60 …... if not x['LowerThresholdNonCritical'] <= x['${reading_type}'] <= x['UpperThresholdNonCritical…
|
| H A D | test_power_voltage_readings.robot | 23 # record_type reading_type 31 [Arguments] ${record_type} ${reading_type} 35 # reading_type The power voltage readings (e.g. "ReadingVolts") 45 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
|
| /openbmc/qemu/include/hw/ipmi/ |
| H A D | ipmi.h | 259 uint8_t reading_type; member
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pnv_bmc.c | 118 sdr->reading_type))); in pnv_dt_bmc_sensors()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.robot | 293 [Arguments] ${record_type} ${redfish_uri} ${reading_type} 298 # reading_type The power watt readings (e.g. "PowerInputWatts") 324 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
|