Lines Matching +full:attribute +full:- +full:set

4 ...               python -m robot -v OPENBMC_HOST:<hostname>
5 ... -v IMAGE_FILE_PATH:<path/*.tar> bmc_code_update.robot
47 [Documentation] Set data that should persist across the code update.
51 BMC Execute Command rm -rf /tmp/tarball
55 BMC Execute Command /tmp/tarball/bin/logging-test -c ${test_errlog_text}
58 Set Suite Variable ${dump_id}
60 # Set persistent settings.
62 Write Attribute ${CONTROL_HOST_URI}auto_reboot AutoReboot
65 Write Attribute ${CONTROL_HOST_URI}boot/one_time Enabled
70 Set Suite Variable ${running_persistence_test} ${TRUE}
79 Run Keyword And Ignore Error Set ApplyTime policy=OnReset
83 ${functional_version}= Set Variable ${bmc_release_info['version_id']}
106 ${test_error_message}= Read Attribute @{error_log_paths}[-1] Message
109 Delete Error Log Entry @{error_log_paths}[-1]
115 [Teardown] Set Suite Variable ${running_persistence_test} ${FALSE}
123 ... are still set correctly after the code update.
126 ${autoreboot_enabled}= Read Attribute ${CONTROL_HOST_URI}auto_reboot
129 ${onetime_enabled}= Read Attribute ${CONTROL_HOST_URI}boot/one_time
133 # Set values back to their defaults
135 Write Attribute ${CONTROL_HOST_URI}auto_reboot AutoReboot
138 Write Attribute ${CONTROL_HOST_URI}boot/one_time Enabled
153 BMC Set Priority To Invalid Values
154 [Documentation] Attempt to set the priority of an image to an invalid
157 [Template] Set Priority To Invalid Value And Expect Error
160 ${VERSION_PURPOSE_BMC} ${-1}
172 BMC Image Priority Attribute Test
173 [Documentation] Set "Priority" attribute.
175 [Template] Temporarily Set BMC Attribute
203 # Create certificate sub-directory in current working directory.
219 ${bmc_cert_content}= redfish_utils.Get Attribute
229 ${bmc_cert_content}= redfish_utils.Get Attribute
246 Temporarily Set BMC Attribute
247 [Documentation] Update the BMC attribute value.
251 # attribute_name BMC software attribute name (e.g. "Priority").
256 ${initial_priority}= Set Variable ${init_bmc_properties["Priority"]}
258 Set Host Software Property ${image_ids[0]} ${attribute_name}
266 Set Host Software Property
271 [Documentation] Check that the ALTERNATE_FILE_PATH variable is set.
292 # - Clean up all existing BMC dumps.