Lines Matching +full:boot +full:- +full:method
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'
230 # location. This keyword will determine whether the new method of getting
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
247 # If the new style read fails, the method must necessarily be "Old".
254 # Default method is "Old".
270 ${resp}= Call Method ${OPENBMC_BASE_URI}control/chassis0/ powerOn
285 ${resp}= Call Method ${OPENBMC_BASE_URI}control/chassis0/ powerOff
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).
323 [Documentation] Returns the BMC power policy (new method).
330 [Documentation] Returns the BMC power policy (old method).
354 ... Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID} Boot
384 ${resp}= Call Method ${OPENBMC_BASE_URI}control/chassis0/ getPowerState
396 ${resp}= Call Method
402 [Documentation] Calls flash bios update method to flash PNOR image
411 ${resp}= Call Method /org/openbmc/control/flash/bios/ update
466 ... cpu -
485 …${resp}= Get Matches ${list} regexp=^.*[0-9a-z_].${endpoint}\[_0-9a-z]*$ case_insensitive=${Tr…
503 Set Power Policy Method
504 # This translation helps bridge between old and new method for calling.
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.
627 [Documentation] Set the given BMC power policy (new method).
639 [Documentation] Set the given BMC power policy (old method).
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
682 # This is to cater to boot call points and plugin script which will always
715 …Redfish.Patch /redfish/v1/Systems/${SYSTEM_ID} body={"Boot": {"AutomaticRetryConfig": "${setting…
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}
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}