Lines Matching full:bios

2 Documentation    This suite test various BIOS attributes operations using Redfish.
14 Suite Setup Redfish BIOS Suite Setup
15 Suite Teardown Run Keyword And Ignore Error Redfish BIOS Suite Cleanup
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
92 ... Set BIOS Attribute Value And Verify ${i} ${random_value}
98 ... msg= BIOS write Failed ${fail_count} list: ${failed_attr_list}
102 Redfish Verify Set BIOS Integer Attribute Type
103 [Documentation] Verify set BIOS integer attribute type for various BIOS
114 ... Set BIOS Attribute Value And Verify ${i} ${random_value}
120 ... msg= BIOS write Failed ${fail_count} list: ${failed_attr_list}
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.
141 ... Set Optional BIOS Attribute Values And Verify ${i} @{attr_val_list}
147 ... msg= BIOS write Failed ${fail_count} list: ${failed_attr_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}']}
164 Redfish BIOS Suite Setup
165 [Documentation] Perform Redfish BIOS suite setup.
168 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
175 Redfish BIOS Suite Cleanup
176 [Documentation] Perform Redfish BIOS suite cleanup.
180 Set BIOS Attribute Value And Verify ${i} ${bios_original_data['${i}']}