/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_inventory.robot | 22 # "HttpPushUri": "/redfish/v1/UpdateService", 23 # "Id": "UpdateService", 27 ${resp}= Redfish.Get /redfish/v1/UpdateService 112 Verify UpdateService Supports TransferProtocol TFTP 118 # "#UpdateService.SimpleUpdate": { 122 # "target": "/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate" 132 ... valid_values=['/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate'] 195 # /redfish/v1/UpdateService/FirmwareInventory/632c5114 196 # /redfish/v1/UpdateService/FirmwareInventory/e702a011 344 # /redfish/v1/UpdateService/FirmwareInventory/632c5114 [all …]
|
H A D | test_firmware_property.robot | 23 # /redfish/v1/UpdateService 30 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 33 …${http_push_uri_options}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOpt… 43 # /redfish/v1/UpdateService 50 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 53 …${http_push_uri_options}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOpt… 62 Redfish.Patch ${REDFISH_BASE_URI}UpdateService
|
H A D | test_redfish_signed_image_update.robot | 94 ${before_inv_list}= redfish_utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory 97 # URI : /redfish/v1/UpdateService 98 # "HttpPushUri": "/redfish/v1/UpdateService/update", 104 ${after_inv_list}= redfish_utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory 134 # URI : /redfish/v1/UpdateService 135 # "HttpPushUri": "/redfish/v1/UpdateService/update",
|
H A D | test_redfish_host_code_update.robot | 85 # URI : /redfish/v1/UpdateService 86 # "HttpPushUri": "/redfish/v1/UpdateService/update", 100 # URI : /redfish/v1/UpdateService 101 # "HttpPushUri": "/redfish/v1/UpdateService/update",
|
H A D | test_firmware_tftp_upload_image.robot | 102 Redfish.Post /redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate 147 Redfish.Post /redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate 189 Redfish.Post /redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate
|
H A D | test_redfish_image_upload.robot | 146 ... ${REDFISH_BASE_URI}UpdateService 168 Redfish.Post /redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate
|
H A D | test_redfish_bmc_code_update.robot | 242 ${update_url}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUri 270 # URI : /redfish/v1/UpdateService 271 # "HttpPushUri": "/redfish/v1/UpdateService/update", 416 # URI : /redfish/v1/UpdateService 417 # "HttpPushUri": "/redfish/v1/UpdateService/update",
|
/openbmc/docs/architecture/code-update/ |
H A D | firmware-update-over-redfish.md | 65 - Support FirmwareInventory definition for BMC and BIOS under UpdateService 69 Redfish API's (/redfish/v1/UpdateService) 110 Discover UpdateService location 111 HttpPushUri = GET https://${bmc}/redfish/v1/UpdateService 113 UpdateService/HttpPushUriOptions->HttpPushUriApplyTime object 184 GET https://${bmc}/redfish/v1/UpdateService 188 UpdateService/HttpPushUriOptions->HttpPushUriApplyTime object 192 POST https://${bmc}/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate 220 making strides towards enhancing the UpdateService to contain the features 243 [3]: http://redfish.dmtf.org/schemas/v1/UpdateService.json [all …]
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | update_service_test.cpp | 16 TEST(UpdateService, ParseTFTPPostitive) in TEST() argument 60 TEST(UpdateService, ParseHTTPSPostitive) in TEST() argument 130 TEST(UpdateService, ParseTFTPNegative) in TEST() argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_code_update_utils.robot | 19 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory/${image_id} 54 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/5ca9fec0" 90 ${sw_member_list}= Redfish_Utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory 94 # [0]: /redfish/v1/UpdateService/FirmwareInventory/98744d76 95 # [1]: /redfish/v1/UpdateService/FirmwareInventory/9a8028ec 96 # [2]: /redfish/v1/UpdateService/FirmwareInventory/acc9e073 208 ${update_url}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUri 220 # URI : /redfish/v1/UpdateService 221 # "HttpPushUri": "/redfish/v1/UpdateService/update", 330 # TargetUri /redfish/v1/UpdateService [all …]
|
H A D | code_update_utils.robot | 666 ${sw_member_list}= Redfish.Get Members List /redfish/v1/UpdateService/FirmwareInventory 690 … ${status}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Status 705 …${version}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Versi… 718 … ${system_applytime}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOptions 742 Redfish.Patch ${REDFISH_BASE_URI}UpdateService 783 # URI : /redfish/v1/UpdateService 784 # "HttpPushUri": "/redfish/v1/UpdateService/update",
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | redfish_bmc_code_update.robot | 45 ${REDFISH_UPDATE_URI} /redfish/v1/UpdateService/update 136 # Old - /redfish/v1/UpdateService/ 137 # New - /redfish/v1/UpdateService/update 138 ${resp}= Redfish.Get /redfish/v1/UpdateService/update 143 ... Set Suite Variable ${REDFISH_UPDATE_URI} /redfish/v1/UpdateService 276 ${before_inv_list}= redfish_utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory 284 ${after_inv_list}= redfish_utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
|
/openbmc/docs/ |
H A D | REDFISH-cheatsheet.md | 132 uri=$(curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/UpdateService | jq -r ' .HttpPush… 141 uri=$(curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/UpdateService | jq -r ' .Multipar… 151 …-Type: application/json" -X POST https://${bmc}/redfish/v1/UpdateService/Actions/UpdateService.Sim… 157 …-Type: application/json" -X POST https://${bmc}/redfish/v1/UpdateService/Actions/UpdateService.Sim…
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_redfish_mcu_fw_update.robot | 80 …${mcu_version}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} V… 96 # URI : /redfish/v1/UpdateService 97 # "HttpPushUri": "/redfish/v1/UpdateService/update",
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 51 - UpdateService 1094 ### /redfish/v1/UpdateService/ 1096 #### UpdateService argument 1106 ### /redfish/v1/UpdateService/FirmwareInventory/ 1114 ### /redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId}/
|
H A D | AGGREGATION.md | 59 /redfish/v1/UpdateService/FirmwareInventory
|
H A D | meson.options | 308 to propagate UpdateService requests to the corresponding
|
/openbmc/docs/designs/ |
H A D | code-update.md | 36 [Redfish UpdateService](https://redfish.dmtf.org/schemas/v1/UpdateService.v1_11_3.json) 71 CL ->> BMCW: HTTP POST: /redfish/v1/UpdateService/update <br> (Image, settings, RedfishTargetURIArr… 74 …note over BMCW: Map RedfishTargetURI /redfish/v1/UpdateService/FirmwareInventory/<SwId> to<br> Obj… 320 to Redfish UpdateService.
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root.robot | 55 ${HTTP_OK} /redfish/v1/UpdateService
|
/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 | 162 property in the Redfish UpdateService schema. Below are the currently supported
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_ldap_configuration.robot | 669 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 468 4096: /usr/share/www/redfish/v1/JsonSchemas/UpdateService 484 4096: /usr/share/www/redfish/v1/JsonSchemas/UpdateService/UpdateService.json 1901 0: /usr/share/www/redfish/v1/JsonSchemas/UpdateService/index.json
|
/openbmc/ |
H A D | opengrok0.0.log | 1883 2024-11-07 03:00:46.977-0600 FINEST t393 IndexDatabase.acceptSymlink: Local /opengrok/src/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateService.v1_14_1.json has symlink from /opengrok/src/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/UpdateService.v1_14_1.json [all...] |
H A D | opengrok1.0.log | 1948 …on-schema/UpdateService.v1_14_1.json has symlink from /opengrok/src/openbmc/bmcweb/redfish-core/sc…
|