Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TC-SU-2.4 & 2.6] otasoftwareupdateprovider cluster errors with chip-tool-darwin #16594

Closed
liamgonyea opened this issue Mar 23, 2022 · 0 comments · Fixed by #16909
Closed

[TC-SU-2.4 & 2.6] otasoftwareupdateprovider cluster errors with chip-tool-darwin #16594

liamgonyea opened this issue Mar 23, 2022 · 0 comments · Fixed by #16909
Assignees

Comments

@liamgonyea
Copy link
Contributor

Problem

Testing TC-SU-2.4 & 2.6 Steps 1 resulted in an General error: 0x85 error when sending the following otasoftwareupdateprovider commands using chip-tool-darwin as the controller.
[TC-SU-2.4]: ./out/debug/chip-tool-darwin otasoftwareupdateprovider apply-update-request 1 1234 0

[TC-SU-2.6]: ./out/debug/chip-tool-darwin otasoftwareupdateprovider notify-update-applied 1 1234 0

Test Cases

[TC-SU-2.4] Tests ApplyUpdateRequest command sent by the DUT to the OTA-P
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/softwareupdate.adoc#351-tc-su-24-tests-applyupdaterequest-command-sent-by-the-dut-to-the-ota-p
image

[TC-SU-2.6] Tests NotifyUpdateApplied Command sent to OTA-P from the DUT after it has successfully updated to the new software version.
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/softwareupdate.adoc#371-tc-su-26-tests-notifyupdateapplied-command-sent-to-ota-p-from-the-dut-after-it-has-successfully-updated-to-the-new-software-version
image

Failed Log Lines:

[TC-SU-2.4] Step 1

chip-tool-darwin command:./out/debug/chip-tool-darwin otasoftwareupdateprovider apply-update-request 1 1234 0

[1648078952009] [65346:44013724] CHIP: [-] IM Error 0x00000585: General error: 0x85 at ../../commands/common/CHIPCommandBridge.mm:51
[1648078952009] [65346:44013724] CHIP: [TOO] Run command failure: IM Error 0x00000585: General error: 0x85

TC-SU-2.4 Logs.txt

[TC-SU-2.6] Step 1

chip-tool-darwin command:./out/debug/chip-tool-darwin otasoftwareupdateprovider notify-update-applied 1 1234 0

[1648079218463] [65430:44017020] CHIP: [-] IM Error 0x00000585: General error: 0x85 at ../../commands/common/CHIPCommandBridge.mm:51
[1648079218463] [65430:44017020] CHIP: [TOO] Run command failure: IM Error 0x00000585: General error: 0x85

TC-SU-2.6 Logs.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants