Home
last modified time | relevance | path

Searched refs:UpdateService (Results 1 – 25 of 25) sorted by relevance

/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot22 # "HttpPushUri": "/redfish/v1/UpdateService",
23 # "Id": "UpdateService",
27 ${resp}= Redfish.Get /redfish/v1/UpdateService
40 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/a3522998"
43 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/a7c79f71"
46 # "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/ace821ef"
53 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
63 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
66 # {'@odata.id': '/redfish/v1/UpdateService/FirmwareInventory/a3522998'}
67 # {'@odata.id': '/redfish/v1/UpdateService/FirmwareInventory/a7c79f71'}
[all …]
H A Dtest_firmware_property.robot23 # /redfish/v1/UpdateService
30 Redfish.Patch ${REDFISH_BASE_URI}UpdateService
34 …${http_push_uri_options}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOpt…
44 # /redfish/v1/UpdateService
51 Redfish.Patch ${REDFISH_BASE_URI}UpdateService
55 …${http_push_uri_options}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOpt…
64 Redfish.Patch ${REDFISH_BASE_URI}UpdateService
H A Dtest_redfish_signed_image_update.robot94 ${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 Dtest_redfish_host_code_update.robot85 # URI : /redfish/v1/UpdateService
86 # "HttpPushUri": "/redfish/v1/UpdateService/update",
100 # URI : /redfish/v1/UpdateService
101 # "HttpPushUri": "/redfish/v1/UpdateService/update",
H A Dtest_firmware_tftp_upload_image.robot102 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 Dtest_redfish_image_upload.robot146 ... ${REDFISH_BASE_URI}UpdateService
168 Redfish.Post /redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate
H A Dtest_redfish_bmc_code_update.robot242 ${update_url}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUri
270 # URI : /redfish/v1/UpdateService
271 # "HttpPushUri": "/redfish/v1/UpdateService/update",
417 # URI : /redfish/v1/UpdateService
418 # "HttpPushUri": "/redfish/v1/UpdateService/update",
/openbmc/docs/architecture/code-update/
H A Dfirmware-update-over-redfish.md66 - Support FirmwareInventory definition for BMC and BIOS under UpdateService
70 Redfish API's (/redfish/v1/UpdateService)
71 - Note that after further discussion with the DMTF, the existing UpdateService
90 - Support new UpdateService firmware update implementation defined in [Issue
96 - Support remaining TransferProtocolTypes in UpdateService (CIFS, FTP, SFTP,
111 Discover UpdateService location
112 HttpPushUri = GET https://${bmc}/redfish/v1/UpdateService
114 UpdateService/HttpPushUriOptions->HttpPushUriApplyTime object
171 As noted above, Redfish supports a SimpleUpdate object under the UpdateService.
185 GET https://${bmc}/redfish/v1/UpdateService
[all …]
/openbmc/bmcweb/test/redfish-core/lib/
H A Dupdate_service_test.cpp18 TEST(UpdateService, ParseHTTSPPostitive) in TEST() argument
62 TEST(UpdateService, ParseHTTPSPostitive) in TEST() argument
132 TEST(UpdateService, ParseHTTPSNegative) in TEST() argument
/openbmc/openbmc-test-automation/lib/
H A Dredfish_code_update_utils.robot19 ${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",
296 … ... Set Variable /redfish/v1/UpdateService/FirmwareInventory/${nonfunctional_sw_inv['image_id']}
[all …]
H A Dcode_update_utils.robot665 ${sw_member_list}= Redfish.Get Members List /redfish/v1/UpdateService/FirmwareInventory
689 … ${status}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Status
704 …${version}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} Versi…
717 … ${system_applytime}= Redfish.Get Attribute ${REDFISH_BASE_URI}UpdateService HttpPushUriOptions
741 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 Dredfish_bmc_code_update.robot45 ${REDFISH_UPDATE_URI} /redfish/v1/UpdateService/update
140 # Old - /redfish/v1/UpdateService/
141 # New - /redfish/v1/UpdateService/update
142 ${resp}= Redfish.Get /redfish/v1/UpdateService/update
147 Set Suite Variable ${REDFISH_UPDATE_URI} /redfish/v1/UpdateService
282 ${before_inv_list}= redfish_utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
290 ${after_inv_list}= redfish_utils.Get Member List /redfish/v1/UpdateService/FirmwareInventory
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_redfish_mcu_fw_update.robot80 …${mcu_version}= Redfish.Get Attribute /redfish/v1/UpdateService/FirmwareInventory/${image_id} V…
97 # URI : /redfish/v1/UpdateService
98 # "HttpPushUri": "/redfish/v1/UpdateService/update",
/openbmc/docs/
H A DREDFISH-cheatsheet.md132 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/bmcweb/docs/
H A DRedfish.md50 - UpdateService
1165 ### /redfish/v1/UpdateService/
1167 #### UpdateService subsubsection
1178 ### /redfish/v1/UpdateService/FirmwareInventory/
1186 ### /redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId}/
H A DAGGREGATION.md59 /redfish/v1/UpdateService/FirmwareInventory
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md63 …Redfish.Patch ${REDFISH_BASE_URI}UpdateService body={'ApplyTime' : 'Invalid'} valid_status_code…
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot54 ${HTTP_OK} /redfish/v1/UpdateService
/openbmc/docs/designs/
H A Dcode-update.md44 [Redfish UpdateService](https://redfish.dmtf.org/schemas/v1/UpdateService.v1_11_3.json)
83 CL ->> BMCW: HTTP POST: /redfish/v1/UpdateService/update <br> (Image, settings, RedfishTargetURIArr…
86 …note over BMCW: Map RedfishTargetURI /redfish/v1/UpdateService/FirmwareInventory/<SwId> to<br> Obj…
531 to Redfish UpdateService.
/openbmc/bmcweb/
H A Dmeson.options382 to propagate UpdateService requests to the corresponding
392 description: '''Enables Redfish UpdateService SimpleUpdate Action. Note
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DREADME.md162 property in the Redfish UpdateService schema. Below are the currently supported
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot684 ${resp}= Redfish.Get /redfish/v1/UpdateService/FirmwareInventory
/openbmc/openbmc-tools/rootfs_size/
H A Dresults.txt468 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/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]