[Documentation] Adding documentation for wildcard subscription implemented in PR 43274#71819
[Documentation] Adding documentation for wildcard subscription implemented in PR 43274#71819j-ororke wants to merge 3 commits intoproject-chip:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a comprehensive documentation section to docs/testing/python.md regarding wildcard subscription read verification. The new documentation details the architecture using a secondary controller, subscription flag configurations, ACL management, and the handling of attributes with 'Changes Omitted' or 'Quieter Reporting' markers. It also provides instructions on how to disable the verification and outlines known limitations such as timing artifacts and polled attributes. I have no feedback to provide.
|
PR #71819: Size comparison from 6bf5656 to 3549981 Full report (34 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #71819 +/- ##
=======================================
Coverage 54.52% 54.52%
=======================================
Files 1588 1588
Lines 108572 108572
Branches 13365 13365
=======================================
Hits 59204 59204
Misses 49368 49368 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Documentation for framework wildcard subscription being implemented in PR #43274.
Related issues
Tracked by: #71818
Documents framework wildcard subscription: #43274
Testing
This is purely to document the implementation made in PR #43274
Thus all testing is done in that PR.