Home
last modified time | relevance | path

Searched refs:ForceRestart (Results 1 – 13 of 13) sorted by relevance

/openbmc/docs/designs/
H A Dstate-management-and-external-interfaces.md53 "ForceRestart",
62 "ForceRestart": "Shut down immediately and non-gracefully and restart
99 - Support `ForceRestart` (where the host is not notified of the reboot)
123 - `ForceRestart` -> `xyz.openbmc_project.State.Chassis.Transition.Reset`
126 A `ForceRestart` should restart the host, not the chassis. The proposal is to
127 change the current bmcweb mapping for `ForceRestart` to a new host transition:
140 - `ForceRestart` -> `xyz.openbmc_project.State.Host.Transition.ForceWarmReboot`
154 | ForceRestart | hard reset | Host.ForceWarmReboot |
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp38 ForceRestart, enumerator
145 {ResetType::ForceRestart, "ForceRestart"},
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot114 # "ForceRestart"
136 Redfish BMC Manager ForceRestart When Host Off
144 # "ForceRestart"
154 Redfish BMC Reset Operation reset_type=ForceRestart
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp55 allowed.emplace_back(resource::ResetType::ForceRestart); in TEST()
123 allowed.emplace_back(resource::ResetType::ForceRestart); in TEST()
/openbmc/openbmc-test-automation/data/boot_lists/
H A DOS_reboot13 RF SYS ForceRestart
H A DManufacturing35 RF SYS ForceRestart (mfg)
H A DAll69 RF SYS ForceRestart
/openbmc/openbmc-test-automation/docs/
H A Dboot_test.md80 RF SYS ForceRestart 0 0 0
81 RF SYS ForceRestart (mfg) 0 0 0
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot41 # "ForceRestart"
84 # "ForceRestart"
H A Dboot_utils.robot853 RF SYS ForceRestart
854 [Documentation] Do "RF SYS ForceRestart" boot test.
874 ${cmd_buf} Catenate OBMC Boot Test \ loc_boot_stack=RF SYS ForceRestart
/openbmc/libbej/test/
H A Dbej_encoder_test.cpp111 "ForceRestart",
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot180 Redfish BMC Reset Operation reset_type=ForceRestart
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp3334 allowableValues.emplace_back(resource::ResetType::ForceRestart); in dbusToRfAllowedHostTransitions()
3364 allowableValues.emplace_back(resource::ResetType::ForceRestart); in afterGetAllowedHostTransitions()