Lines Matching full:bios

3 Documentation    Module to test PLDM BIOS attribute types.
13 Suite Setup PLDM BIOS Attribute Suite Setup
14 Suite Teardown PLDM BIOS Attribute Suite Cleanup
26 Verify Get BIOS Attribute With Invalid Attribute Name
27 [Documentation] Verify get BIOS attribute with invalid attribute name.
31 ${pldm_output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${random_attr}
35 # pldmtool bios GetBIOSAttributeCurrentValueByHandle -a hjkhkj
42 Verify Set BIOS Attribute With Invalid Attribute Name
43 [Documentation] Verify set BIOS attribute with invalid attribute name.
47 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${random_str} -d ${random_str}
51 # pldmtool bios SetBIOSAttributeCurrentValue -a hjkhkj -d 0
58 Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type
59 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type.
68 # pldmtool bios SetBIOSAttributeCurrentValue -a pvm_os_boot_side -d hhhhhj
72 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${enum_attr} -d 0
76 Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type
77 [Documentation] Verify set out of range integer value for BIOS integer attribute type.
87 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 12
91 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${int_attr} -d ${count}
95 Verify Set Out Of Range String Value For BIOS String Attribute Type
96 [Documentation] Verify set out of range string value for BIOS string attribute type.
107 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if0_ipv4_ipaddr -d 1234566788999
111 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${str_attr} -d ${random_value}
115 Verify Set BIOS String Attribute Type
116 [Documentation] Verify set BIOS string attribute type for various BIOS
124 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_hostname -d BMC
134 Validate Set BIOS Attributes With Optional Values ${i} @{attr_val_list}
138 Verify Set BIOS Integer Attribute Type
139 [Documentation] Verify set BIOS integer attribute type for various BIOS
147 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 1
158 Validate Set BIOS Attributes With Optional Values ${i} @{attr_val_list}
162 Verify Set BIOS Enumeration Attribute Type
163 [Documentation] Verify set BIOS enumeration attribute type for various BIOS
172 # pldmtool bios SetBIOSAttributeCurrentValue -a pvm_default_os_type -d AIX
180 Validate Set BIOS Attributes With Optional Values ${i} @{attr_val_list}
184 Verify Restore BIOS Attribute Values
185 [Documentation] Restore all BIOS attribute values with its default values and verify.
189 Validate Set All BIOS Attributes Values ${bios_default_data}
194 PLDM BIOS Attribute Suite Setup
195 [Documentation] Perform PLDM BIOS attribute suite setup.
197 ${pldm_output}= Pldmtool bios GetBIOSTable --type AttributeTable
204 PLDM BIOS Attribute Suite Cleanup
205 [Documentation] Perform PLDM BIOS attribute suite cleanup.
208 ... Validate Set All BIOS Attributes Values ${bios_original_data}
211 Validate Set BIOS Attributes With Optional Values
212 [Documentation] Set BIOS attribute with the available attribute handle
217 # attr_handle BIOS attribute handle (e.g. pvm_system_power_off_policy).
222 ${pldm_resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attr_handle} -d ${j}
225 # Compare BIOS attribute values after set operation.
226 ${output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${attr_handle}
235 Validate Set All BIOS Attributes Values
236 [Documentation] Validate Set BIOS Attributes Values.
240 # bios_attr_data Dictionary containing BIOS attribute name and values.
245 …${pldm_resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${key} -d ${bios_attr_data['${key}']}
248 # Compare BIOS attribute values after set operation.
249 ${output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${key}