Home
last modified time | relevance | path

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

12

/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
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 Dtest_firmware_property.robot23 # /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 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",
416 # URI : /redfish/v1/UpdateService
417 # "HttpPushUri": "/redfish/v1/UpdateService/update",
/openbmc/docs/architecture/code-update/
H A Dfirmware-update-over-redfish.md65 - 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 Dupdate_service_test.cpp16 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 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",
330 # TargetUri /redfish/v1/UpdateService
[all …]
H A Dcode_update_utils.robot666 ${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 Dredfish_bmc_code_update.robot45 ${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/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…
96 # URI : /redfish/v1/UpdateService
97 # "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…
142 …-Type: application/json" -X POST https://${bmc}/redfish/v1/UpdateService/Actions/UpdateService.Sim…
148 …-Type: application/json" -X POST https://${bmc}/redfish/v1/UpdateService/Actions/UpdateService.Sim…
/openbmc/bmcweb/
H A DRedfish.md51 - UpdateService
1079 ### /redfish/v1/UpdateService/
1081 #### UpdateService argument
1091 ### /redfish/v1/UpdateService/FirmwareInventory/
1099 ### /redfish/v1/UpdateService/FirmwareInventory/{SoftwareInventoryId}/
H A DAGGREGATION.md59 /redfish/v1/UpdateService/FirmwareInventory
H A Dmeson.options277 to propagate UpdateService requests to the corresponding
/openbmc/docs/designs/
H A Dcode-update.md36 [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…
317 to Redfish UpdateService.
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot55 ${HTTP_OK} /redfish/v1/UpdateService
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md65 …Redfish.Patch ${REDFISH_BASE_URI}UpdateService body={'ApplyTime' : 'Invalid'} valid_status_code…
/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.robot669 ${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/
H A Dopengrok0.0.log1769 2024-09-15 03:00:41.557-0500 FINEST t341 IndexDatabase.acceptSymlink: Local /opengrok/src/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateService.v1_14_0.json has symlink from /opengrok/src/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/UpdateService.v1_14_0.json
[all...]
H A Dopengrok1.0.log1837 …on-schema/UpdateService.v1_14_0.json has symlink from /opengrok/src/openbmc/bmcweb/redfish-core/sc…

12