Lines Matching refs:attribute_value
653 [Arguments] ${uri} ${attribute_name} ${attribute_value}
659 # attribute_value The expected value of attribute (e.g. "1", "0", etc.)
662 Should Be Equal ${attribute_value} ${output}
1135 [Arguments] ${attribute_name} ${attribute_value}
1139 # attribute_value Valid allowed attribute values.
1143 ….Patch ${systems[0]}/Bios/Settings body={"Attributes":{"${attribute_name}":"${attribute_value}"}}
1162 [Arguments] ${attribute_name}=fw_boot_side ${attribute_value}=Temp
1166 # attribute_value Valid BIOS attribute value for fw_boot_side.
1173 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}
1182 Should Be Equal As Strings ${pldm_output["CurrentValue"]} ${attribute_value}
1183 ... msg=Expecting ${attribute_value} but got ${pldm_output["CurrentValue"]}