/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | update_service.hpp | 22 enum class ApplyTime{ enum 56 NLOHMANN_JSON_SERIALIZE_ENUM(ApplyTime, { 57 {ApplyTime::Invalid, "Invalid"}, 58 {ApplyTime::Immediate, "Immediate"}, 59 {ApplyTime::OnReset, "OnReset"}, 60 {ApplyTime::AtMaintenanceWindowStart, "AtMaintenanceWindowStart"}, 61 {ApplyTime::InMaintenanceWindowOnReset, "InMaintenanceWindowOnReset"}, 62 {ApplyTime::OnStartUpdateRequest, "OnStartUpdateRequest"}, 63 {ApplyTime::OnTargetReset, "OnTargetReset"},
|
H A D | settings.hpp | 18 enum class ApplyTime{ enum 36 NLOHMANN_JSON_SERIALIZE_ENUM(ApplyTime, { 37 {ApplyTime::Invalid, "Invalid"}, 38 {ApplyTime::Immediate, "Immediate"}, 39 {ApplyTime::OnReset, "OnReset"}, 40 {ApplyTime::AtMaintenanceWindowStart, "AtMaintenanceWindowStart"}, 41 {ApplyTime::InMaintenanceWindowOnReset, "InMaintenanceWindowOnReset"},
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_property.robot | 18 Verify Firmware Update ApplyTime Immediate 26 # "ApplyTime": "Immediate" 31 ... body={'HttpPushUriOptions' : {'HttpPushUriApplyTime' : {'ApplyTime' : 'Immediate'}}} 35 Valid Value http_push_uri_options["HttpPushUriApplyTime"]["ApplyTime"] ['Immediate'] 38 Verify Firmware Update ApplyTime OnReset 46 # "ApplyTime": "OnReset" 51 ... body={'HttpPushUriOptions' : {'HttpPushUriApplyTime' : {'ApplyTime' : 'OnReset'}}} 55 Valid Value http_push_uri_options["HttpPushUriApplyTime"]["ApplyTime"] ['OnReset'] 58 Verify Firmware Update ApplyTime Invalid 63 ... body={'HttpPushUriOptions' : {'HttpPushUriApplyTime' : {'ApplyTime' : 'Invalid'}}}
|
H A D | test_redfish_host_code_update.robot | 34 Redfish Host Code Update With ApplyTime OnReset 35 [Documentation] Update the firmware image with ApplyTime of OnReset. 43 Redfish Host Code Update With ApplyTime Immediate 44 [Documentation] Update the firmware image with ApplyTime of Immediate. 79 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 83 Set ApplyTime policy=${apply_Time} 92 Verify Get ApplyTime ${apply_time} 98 Set ApplyTime policy="Immediate"
|
H A D | test_firmware_tftp_upload_image.robot | 33 TFTP Download Install With ApplyTime OnReset Policy 42 TFTP Download Install With ApplyTime Immediate Policy 51 ImageURI Download Install With ApplyTime OnReset Policy 60 ImageURI Download Install With ApplyTime Immediate Policy 89 [Documentation] Download image to BMC using TFTP with ApplyTime policy and verify installation. 93 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 99 Set ApplyTime policy=${policy} 134 …[Documentation] Download image to BMC using ImageURI with ApplyTime policy and verify installatio… 138 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 144 Set ApplyTime policy=${policy} [all …]
|
H A D | test_redfish_bmc_code_update.robot | 45 Redfish Code Update With ApplyTime OnReset 46 [Documentation] Update the firmware image with ApplyTime of OnReset. 54 Redfish Code Update With ApplyTime Immediate 55 [Documentation] Update the firmware image with ApplyTime of Immediate. 80 [Documentation] Update the firmware image with ApplyTime of Immediate. 254 # apply_time ApplyTime allowed values (e.g. "OnReset", "Immediate"). 268 Set ApplyTime policy=${apply_time} 408 Set ApplyTime policy=OnReset 466 Verify Get ApplyTime OnReset
|
H A D | test_redfish_signed_image_update.robot | 91 Run Keyword And Ignore Error Set ApplyTime policy=OnReset 132 Set ApplyTime policy=Immediate
|
H A D | test_redfish_image_upload.robot | 143 Set ApplyTime policy=OnReset 166 Set ApplyTime policy=OnReset
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_redfish_mcu_fw_update.robot | 34 Redfish Mcu Code Update With ApplyTime OnReset 35 [Documentation] Update the firmware image with ApplyTime of OnReset. 43 Redfish Mcu Code Update With ApplyTime Immediate 44 [Documentation] Update the firmware image with ApplyTime of Immediate. 90 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 94 Set ApplyTime policy=${apply_time}
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Software/ApplyTime' 8 '../../../../../yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml', 23 'xyz/openbmc_project/Software/ApplyTime',
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.robot | 711 Get ApplyTime 712 [Documentation] Get the firmware "ApplyTime" policy. 716 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 720 RETURN ${system_applytime["HttpPushUriApplyTime"]["ApplyTime"]} 723 Verify Get ApplyTime 724 [Documentation] Get and verify the firmware "ApplyTime" policy. 728 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 730 ${system_applytime}= Get ApplyTime ${policy} 735 Set ApplyTime 736 [Documentation] Set and verify the firmware "ApplyTime" policy. [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ |
H A D | meson.build | 6 subdir('ApplyTime') subdir 88 input: [ '../../../../yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml', ], 89 output: [ 'ApplyTime.md' ], 96 'xyz/openbmc_project/Software/ApplyTime',
|
/openbmc/docs/architecture/code-update/ |
H A D | firmware-update-over-redfish.md | 76 - Support a subset of ApplyTime (Immediate, OnReset) 112 POST ApplyTime property in 124 - If ApplyTime is Immediate, reboot the BMC or Host 125 - If ApplyTime is OnReset, do nothing (user will need to initiate host or bmc 128 Note that the ApplyTime property will be processed by the software management 129 stack at the end of the activation. Note that the ApplyTime property is global 187 POST ApplyTime property in
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | update_manager.hpp | 25 sdbusplus::common::xyz::openbmc_project::software::ApplyTime;
|
H A D | activation.hpp | 44 sdbusplus::common::xyz::openbmc_project::software::ApplyTime;
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_discovery.robot | 184 # apply_time ApplyTime allowed values (e.g. "OnReset", "Immediate"). 189 Set ApplyTime policy=${apply_Time} 194 Verify Get ApplyTime ${apply_time}
|
/openbmc/docs/designs/ |
H A D | firmware-update-via-usb.md | 49 - Set ApplyTime to OnReset so that the proposed usb code update app does not 93 - Verify that the ApplyTime attribute value is set to OnRest.
|
H A D | code-update.md | 76 BMCW ->> CU: StartUpdate(Image, ApplyTime) 117 alt ApplyTime == Immediate
|
/openbmc/phosphor-bmc-code-mgmt/usb/ |
H A D | usb_manager.cpp | 87 sdbusplus::common::xyz::openbmc_project::software::ApplyTime; in startUpdate()
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | redfish_host_code_update.robot | 78 Run Keyword And Ignore Error Set ApplyTime policy=OnReset
|
H A D | redfish_bmc_code_update.robot | 273 Run Keyword And Ignore Error Set ApplyTime policy=OnReset
|
/openbmc/webui-vue/src/store/modules/Operations/ |
H A D | FirmwareStore.js | 112 data.HttpPushUriOptions.HttpPushUriApplyTime.ApplyTime;
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_coding_guidelines.md | 65 …Redfish.Patch ${REDFISH_BASE_URI}UpdateService body={'ApplyTime' : 'Invalid'} valid_status_code…
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | README.md | 159 `xyz.openbmc_project.Software.ApplyTime` has a property called 161 activated. RequestedApplyTime is a D-Bus property that maps to the "ApplyTime"
|
/openbmc/openbmc-test-automation/extended/code_update/ |
H A D | bmc_code_update.robot | 79 Run Keyword And Ignore Error Set ApplyTime policy=OnReset
|