Lines Matching full:attribute

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').
24 # @{attr_val} Attribute value for the given attribute handle.
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
56 ... attribute values and verify.
60 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method').
61 # @{attr_val_list} List of the attribute values for the given attribute handle.
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').
77 # ${attr_val} The expected value for the given attribute handle.
79 ${output}= Redfish.Get Attribute ${BIOS_ATTR_URI} Attributes
86 Switch And Verify BIOS Attribute Firmware Boot Side
87 [Documentation] Switch BIOS attribute firmware boot side value to Perm/Temp
104 ${cur_boot_side}= Redfish.Get Attribute ${BIOS_ATTR_URI} Attributes
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}