Lines Matching +full:powered +full:- +full:on

2 Documentation   This suite tests Timed Power On(TPO) feature via busctl command
5 ... System can be scheduled to Power ON at a specified time by using this feature.
21 ${CMD_ENABLE_TPO} busctl set-property xyz.openbmc_project.State.ScheduledHostTransition
23 ... ScheduledTransition s "xyz.openbmc_project.State.Host.Transition.On"
25 ${CMD_SET_TPO_TIME} busctl set-property xyz.openbmc_project.State.ScheduledHostTransition
28 ${CMD_GET_TPO_TIME} busctl get-property xyz.openbmc_project.State.ScheduledHostTransition
35 # - Red Hat Enterprise Linux
36 # - SUSE Linux Enterprise Server
37 # Tested on RHEL 8.4.
40 # User can input -v HOST_TIMER_POWER_ON:h24 ( e.g. 24 hours )
42 ${HOST_TIMED_POWER_ON_REQUEST} set_poweron_time -d ${HOST_TIMER_POWER_ON} -s
46 Test Timed Powered On Via BMC
47 [Documentation] Set time to power on host attribute ScheduledTime and expect
48 ... the system to boot on scheduled time.
51 # Make sure the host is powered off.
54 # Set Host transition to ON to enable TPO.
57 ${tpo_set_value}= Set Timer For Power ON
58 ${new_tpo_value}= Get Time Power ON Value
64 # system is powering on. Though we have set system to power on in 100 seconds
68 Log To Console BMC Scheduled Time Power on success.
71 Test Timed Powered On Via Host OS
72 [Documentation] Set time to power on host via service aids tool set_poweron_time
73 ... and expect the system to boot on scheduled time.
76 # Make sure the host is powered on and booted to host OS partition.
77 Redfish Power On
81 … Skip If ${rc} != ${0} INFO: ${stdout} Skip the test since the tool does not. Install and re-run.
83 # Set Host transition to ON to enable TPO.
94 # system is powering on after user timer set and delta time to update BootProgress
97 # Example: h1 , logic to convert x[1:] -> 1 and x[:1] ->h to robot format 1 h.
99 Log To Console Waiting for system to power on.
103 Log To Console Host Scheduled Time Power on success.
120 # power_policy_mode BIOS attribute value. E.g. "Stay On", "Automatic".
130 FFDC On Test Case Fail
133 Set Timer For Power ON
134 [Documentation] Set the time for power ON with given value.
143 Get Time Power ON Value
144 [Documentation] Returns time power ON value.