Home
last modified time | relevance | path

Searched refs:LastState (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcircuit.hpp26 LastState, enumerator
136 {PowerRestorePolicyTypes::LastState, "LastState"},
H A Dcomputer_system.hpp117 LastState, enumerator
310 {PowerRestorePolicyTypes::LastState, "LastState"},
/openbmc/docs/designs/
H A Dboot-progress.md54 To summarize, the `LastState` property under this new `BootProgress` object
69 which should be updated with the date and time the `LastState` was last updated.
92 - Ensure the new Redfish `LastState` and `LastStateTime` properties have the
H A Dpower-recovery.md295 curl -k -H "Content-Type: application/json" -X PATCH -d '{"PowerRestorePolicy":"LastState"}' https:…
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_power_restore_policy_sub_menu.robot18 ${xpath_LastState_radio} //input[@value='LastState']
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_restore.robot95 LastState Running Running
105 LastState Off Off
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot693 # power_restore_policy Power restore policy (e.g. "AlwaysOff", "AlwaysOn", "LastState").
947 # "LastState": "OSRunning"
955 RETURN ${boot_progress["BootProgress"]["LastState"]} ${boot_progress["Status"]["State"]}
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1316 return computer_system::PowerRestorePolicyTypes::LastState; in redfishPowerRestorePolicyFromDbus()