Home
last modified time | relevance | path

Searched refs:GracefulRestart (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc-test-automation/data/boot_lists/
H A DOS_reboot11 RF SYS GracefulRestart
12 RF SYS GracefulRestart (mfg)
H A DAll67 RF SYS GracefulRestart
68 RF SYS GracefulRestart (mfg)
H A DManufacturing34 RF SYS GracefulRestart (mfg)
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp56 allowed.emplace_back(resource::ResetType::GracefulRestart); in TEST()
89 allowed.emplace_back(resource::ResetType::GracefulRestart); in TEST()
122 allowed.emplace_back(resource::ResetType::GracefulRestart); in TEST()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot106 Redfish BMC Manager GracefulRestart When Host Off
113 # "GracefulRestart",
124 Redfish BMC Reset Operation reset_type=GracefulRestart
143 # "GracefulRestart",
179 Redfish BMC Manager GracefulRestart When Host Booted
/openbmc/docs/designs/
H A Dstate-management-and-external-interfaces.md52 "GracefulRestart",
64 "GracefulRestart": "Shut down gracefully and restart the system.",
98 - Support `GracefulRestart` (where the host is notified of the reboot)
130 A `GracefulRestart` will map to our new host transition:
141 - `GracefulRestart`->
155 | GracefulRestart | | Host.GracefulWarmReboot |
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp37 GracefulRestart, enumerator
144 {ResetType::GracefulRestart, "GracefulRestart"},
/openbmc/openbmc-test-automation/docs/
H A Dboot_test.md78 RF SYS GracefulRestart 0 0 0
79 RF SYS GracefulRestart (mfg) 0 0 0
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_operations.robot51 Verify Redfish Host GracefulRestart
55 RF SYS GracefulRestart
H A Dtest_boot_devices.robot360 RF SYS GracefulRestart
425 RF SYS GracefulRestart
444 Redfish Power Operation GracefulRestart
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot44 RF SYS GracefulRestart
85 RF SYS GracefulRestart
216 ... RF SYS GracefulRestart
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_os_reboot.robot35 Repeat Keyword ${BOOT_LOOP_COUNT} times RF SYS GracefulRestart
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot16 # (e.g. On/ForceOff/GracefulRestart/GracefulShutdown)
40 # "GracefulRestart",
58 [Arguments] ${reset_type}=GracefulRestart
83 # "GracefulRestart",
H A Dboot_utils.robot827 RF SYS GracefulRestart
828 [Documentation] Do "RF SYS GracefulRestart" boot test.
848 ${cmd_buf} Catenate OBMC Boot Test \ loc_boot_stack=RF SYS GracefulRestart
H A Dutils.robot824 # OnReset: RF SYS GracefulRestart,
/openbmc/openbmc-test-automation/openpower/
H A Dtest_occ_power.robot56 RF SYS GracefulRestart
/openbmc/docs/
H A DREDFISH-cheatsheet.md88 …${bmc}/redfish/v1/Systems/system/Actions/ComputerSystem.Reset -d '{"ResetType": "GracefulRestart"}'
96 … https://${bmc}/redfish/v1/Managers/bmc/Actions/Manager.Reset -d '{"ResetType": "GracefulRestart"}'
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3329 allowableValues.emplace_back(resource::ResetType::GracefulRestart); in dbusToRfAllowedHostTransitions()
3365 allowableValues.emplace_back(resource::ResetType::GracefulRestart); in afterGetAllowedHostTransitions()