Lines Matching +full:attribute +full:- +full:set
27 Redfish Verify Set BIOS Attribute With Invalid Attribute Name
28 [Documentation] Verify set BIOS attribute with invalid attribute name using
37 Redfish Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type
38 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type
50 Redfish Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type
51 [Documentation] Verify set out of range integer value for BIOS integer attribute type
64 Redfish Verify Set Out Of Range String Value For BIOS String Attribute Type
66 [Documentation] Verify set out of range string value for BIOS string attribute type
80 Redfish Verify Set BIOS String Attribute Type
81 [Documentation] Verify set BIOS string attribute type for various BIOS
82 ... attribute handle with random values with in the range using Redfish.
92 ... Set BIOS Attribute Value And Verify ${i} ${random_value}
102 Redfish Verify Set BIOS Integer Attribute Type
103 [Documentation] Verify set BIOS integer attribute type for various BIOS
104 ... attribute handle with random values with in the range using Redfish.
114 ... Set BIOS Attribute Value And Verify ${i} ${random_value}
123 Redfish Verify Set BIOS Enumeration Attribute Type
124 [Documentation] Validate get and update BIOS attribute optional values
125 ... and set back to original BIOS attribute values using Redfish.
130 # Fetch BIOS attribute optional values from pldmtool getbiostable.
137 # Update multiple attribute values for corresponding attribute handle.
139 @{attr_val_list}= Set Variable ${attr_val_data}[${i}]
141 ... Set Optional BIOS Attribute Values And Verify ${i} @{attr_val_list}
150 Redfish Verify Restore BIOS Attribute Values
151 [Documentation] Restore all BIOS attribute values with its default values and verify
159 Set BIOS Attribute Value And Verify ${i} ${bios_default_data['${i}']}
168 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
169 Set Suite Variable ${ATTR_TABLE_DATA} ${pldm_output}
172 Set Suite Variable ${BIOS_ORIGINAL_DATA} ${data}
180 Set BIOS Attribute Value And Verify ${i} ${BIOS_ORIGINAL_DATA['${i}']}