Lines Matching full:bios
2 Documentation Utilities for redfish BIOS attribute operations.
17 Set BIOS Attribute Value And Verify
19 [Documentation] Set BIOS attribute handle with attribute value and verify.
23 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
27 # Check if the BIOS attribute value type is string.
31 # Handling the case when the BIOS attribute value is an empty string.
42 # BIOS attribute with _current are ReadOnly can not be updated.
44 Log To Console BIOS attribute with _current are ReadOnly can not be updated !!
49 IF '${verify}' == '${True}' Verify BIOS Attribute ${attr_handle} ${attr_val}
53 Set Optional BIOS Attribute Values And Verify
55 [Documentation] For the given BIOS attribute handle update with optional
60 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
66 Set BIOS Attribute Value And Verify ${attr_handle} ${new_attr}
70 Verify BIOS Attribute
72 [Documentation] Verify BIOS attribute value.
76 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
86 Switch And Verify BIOS Attribute Firmware Boot Side
87 [Documentation] Switch BIOS attribute firmware boot side value to Perm/Temp
114 Set BIOS Attribute Value And Verify fw_boot_side ${set_fw_boot_side} False
130 Verify BIOS Attribute fw_boot_side ${set_fw_boot_side}
131 Verify BIOS Attribute fw_boot_side_current ${set_fw_boot_side}