Lines Matching +full:auto +full:- +full:boot

147 Initiate Auto Reboot
148 [Documentation] Initiate an auto reboot.
154 # Set the auto reboot policy.
155 Set Auto Reboot ${1}
171 ... echo ${os_password} | sudo -S reboot
192 ... echo ${os_password} | sudo -S shutdown${time_string}
212 Old Get Boot Progress
213 [Documentation] Get the boot progress the old way (via org location).
226 Set Boot Progress Method
229 # The boot progress data has moved from an 'org' location to an 'xyz'
231 # the boot progress is valid and will set the global boot_prog_method
233 # prior call to this function or via a -v parm), this keyword will simply
241 # -v boot_prog_method:Old to force old behavior on such builds.
246 ... New Get Boot Progress
291 Get Boot Progress
292 [Documentation] Get the boot progress and return it.
299 Set Boot Progress Method
301 ${state}= New Get Boot Progress quiet=${quiet}
303 ${state}= Old Get Boot Progress quiet=${quiet}
309 New Get Boot Progress
310 [Documentation] Get the boot progress the new way (via xyz location).
343 Get Auto Reboot
344 [Documentation] Returns auto reboot setting.
350 Redfish Get Auto Reboot
351 [Documentation] Returns auto reboot setting.
354 ... Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} Boot
466 ... cpu -
485 …${resp}= Get Matches ${list} regexp=^.*[0-9a-z_].${endpoint}\[_0-9a-z]*$ case_insensitive=${Tr…
546 Get BMC Flash Chip Boot Side
547 [Documentation] Return the BMC flash chip boot side.
550 # 0 - indicates chip select is current side.
551 # 32 - indicates chip select is alternate side.
662 [Arguments] ${power_restore_policy}=always-off
666 # always-on : turn on when power is restored
668 # always-off : stay off after power is restored
671 # Example: Set chassis power restore policy to always-off
675 Set Auto Reboot Setting
676 [Documentation] Set the given auto reboot setting (REST or Redfish).
682 # This is to cater to boot call points and plugin script which will always
689 Redfish Set Auto Reboot ${rest_redfish_dict["${value}"]}
691 Set Auto Reboot ${value}
694 Set Auto Reboot
695 [Documentation] Set the given auto reboot setting.
704 ${current_setting}= Get Auto Reboot
708 Redfish Set Auto Reboot
709 [Documentation] Set the given auto reboot setting.
715 …Redfish.Patch /redfish/v1/Systems/${SYSTEM_ID} body={"Boot": {"AutomaticRetryConfig": "${setting…
718 ${current_setting}= Redfish Get Auto Reboot
722 Set Control Boot Mode
723 [Documentation] Set given boot mode on the boot object path attribute.
727 # boot_path Boot object path.
729 # /xyz/openbmc_project/control/host0/boot
730 # /xyz/openbmc_project/control/host0/boot/one_time
731 # boot_mode Boot mode which need to be set.
733 # "xyz.openbmc_project.Control.Boot.Mode.Modes.Regular"
754 …${bmc_time_via_date} ${stderr} ${rc}= BMC Execute Command date +"%Y-%m-%dT%H:%M:%S" print_err…
768 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
774 Get Post Boot Action
775 [Documentation] Get post boot action.
799 [Documentation] Get task states from pre-define data/task_state.json file.
827 Redfish Set Boot Default
828 [Documentation] Set and Verify Boot source override
832 # override_enabled Boot source override enable type.
834 # override_target Boot source override target.
836 # override_mode Boot source override mode (relevant only for x86 arch).
846 ${payload}= Create Dictionary Boot=${data}
851 ${resp}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} Boot
864 # "Enabled" -> BMC Ready, "Starting" -> BMC NotReady
909 Redfish Get Boot Progress
910 [Documentation] Return boot progress state.
930 # Refer: openbmc/docs/designs/boot-progress.md
936 ${boot_progress} ${host_state}= Redfish Get Boot Progress
944 # Disable loggoing state to prevent huge log.html record when boot
990 Wait For Host Boot Progress To Reach Required State
991 [Documentation] Wait till host boot progress reaches required state.
995 # expected_boot_state Expected boot state. E.g. OSRunning, SystemInitComplete etc.
998 ... Is Boot Progress At Required State ${expected_boot_state}
1001 Redfish Initiate Auto Reboot
1002 [Documentation] Initiate an auto reboot.
1008 # Set auto reboot policy
1009 Redfish Set Auto Reboot RetryAttempts
1013 Wait Until Keyword Succeeds 2 min 5 sec Is Boot Progress Changed
1019 Is Boot Progress Changed
1020 [Documentation] Get BootProgress state and expect boot state mismatch.
1026 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1031 Is Boot Progress At Required State
1032 [Documentation] Get BootProgress state and expect boot state to match.
1038 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1043 Is Boot Progress At Any State
1044 [Documentation] Get BootProgress state and expect boot state to match
1051 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1063 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1075 ${cmd}= Catenate busctl set-property xyz.openbmc_project.Watchdog
1125 ... Defaulted for fw_boot_side for boot test usage caller.
1137 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}
1157 ${pldm_output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${attribute_name}