Home
last modified time | relevance | path

Searched refs:THERMAL_CONTROL_URI (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_alternate_fan_settings.robot48 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current
58 ${supported}= Read Attribute ${THERMAL_CONTROL_URI} Supported
113 ${mode}= Redfish.Put ${THERMAL_CONTROL_URI}/attr/Current body={"data": "${thermal_mode}"}
115 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current
130 ${current}= Read Attribute ${THERMAL_CONTROL_URI} Current
/openbmc/openbmc-test-automation/data/
H A Dvariables.py36 THERMAL_CONTROL_URI = CONTROL_URI + "thermal/0" variable