project-chip / project-chip/matter-test-scripts
[OTA SU] Use run_if_endpoint_matches instead of fixed EP0 (TC-SU-2.2 feedback)
Open
@juandediosg is already working on this.
Since Nov 24, 2025.
- Dominant language
- Python
- Stars
- 19
- Forks
- 7
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 3
Description
Summary
Following the reviewer feedback on test TC-SU-2.2: Automate regarding the use of a hardcoded endpoint=0, the subscription logic must be updated to ensure the Requestor cluster endpoint is explicitly validated instead of assumed.
Feedback link
Endpoint Handling Updates
- Replace the fixed
endpoint=0inAttributeSubscriptionHandler.start()with logic that determines the correct endpoint for theOtaSoftwareUpdateRequestorcluster. - Integrate
run_if_endpoint_matchesto enforce explicit endpoint matching and avoid relying on endpoint 0 assumptions.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.