Lines Matching refs:attribute

3 Documentation    Module to test PLDM BIOS attribute types.
27 [Documentation] Verify get BIOS attribute with invalid attribute name.
36 # Can not find the attribute hjkhkj
39 Should Contain ${pldm_output} Can not find the attribute
43 [Documentation] Verify set BIOS attribute with invalid attribute name.
52 # Could not find attribute :hjkhkj
55 Should Contain ${pldm_output} Could not find attribute
59 [Documentation] Verify set invalid optional value for BIOS enumeration attribute type.
77 [Documentation] Verify set out of range integer value for BIOS integer attribute type.
96 [Documentation] Verify set out of range string value for BIOS string attribute type.
116 [Documentation] Verify set BIOS string attribute type for various BIOS
117 ... attribute handle with random values with in the range.
139 [Documentation] Verify set BIOS integer attribute type for various BIOS
140 ... attribute handle with random values with in the range.
163 [Documentation] Verify set BIOS enumeration attribute type for various BIOS
164 ... attribute handle with random values with in the range of
186 [Documentation] Perform PLDM BIOS attribute suite setup.
196 [Documentation] Perform PLDM BIOS attribute suite cleanup.
203 [Documentation] Set BIOS attribute with the available attribute handle
204 ... values and revert back to original attribute handle value.
208 # attr_handle BIOS attribute handle (e.g. pvm_system_power_off_policy).
209 # attr_val_list List of the attribute values for the given attribute handle
216 # Compare BIOS attribute values after set operation.
231 # bios_attr_data Dictionary containing BIOS attribute name and values.
239 # Compare BIOS attribute values after set operation.