-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve Darwin OTA tests. #25923
Improve Darwin OTA tests. #25923
Conversation
bzbarsky-apple
commented
Mar 31, 2023
- Make it possible to hook all the delegate callbacks in the test.
- Add a test for responding BUSY and then being able to handle the retry, disabled for now until we make it possible for it to run quickly.
* Make it possible to hook all the delegate callbacks in the test. * Add a test for responding BUSY and then being able to handle the retry, disabled for now until we make it possible for it to run quickly.
PR #25923: Size comparison from 12072b3 to 2e9383d Full report (1 build for cc32xx)
|
Fast-tracking platform-specific change with platform owner review. |
why is android not supported? |
I want to use Android app to OTA the device, but when I announce the device with the controller noideId and Set OTA delegate, but uint16_t ep = emberAfFindClusterServerEndpointIndex(endpoint, OtaSoftwareUpdateProvider::Id); ep is always 65535, the kEmberInvalidEndpointIndex. I do't know why? iOS is OK. |
@MrLiuYunPing What does that have to do with a pull request that adds unit tests for the Darwin Matter.framework? |