Home
last modified time | relevance | path

Searched refs:BIOS_ATTR_SETTINGS_URI (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/pldm/
H A Dtest_redfish_bios_attributes.robot33 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${random_str}": '${random_str}'}}
46 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${enum_attr}": '0'}}
60 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${int_attr}": ${count}}}
76 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${str_attr}": '${random_value}'}}
/openbmc/openbmc-test-automation/data/
H A Dvariables.py267 BIOS_ATTR_SETTINGS_URI = BIOS_ATTR_URI + "/Settings" variable
/openbmc/openbmc-test-automation/lib/
H A Dbios_attr_utils.robot46 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${attr_handle}": ${value}}}