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-IDM-3.1]Chip-tool support needed to send a WriteRequest message from TH to DUT to write any attribute on two clusters. #19139

Closed
Rajashreekalmane opened this issue Jun 3, 2022 · 6 comments · Fixed by #19566

Comments

@Rajashreekalmane
Copy link

Problem

As per Test-Plan, test-step 15 says "DUT sends a WriteRequestMessage to the DUT to both the clusters with the appropriate dataversions(received in the previous step) to modify the value of an attribute ",
Chip-tool support needed to send a WriteRequestMessage from DUT to TH to read any attribute on two clusters.

PFA log below:-
image

Spec Reference:-
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/data_model/Interaction-Model.adoc#ref_WriteRequestAction

@bzbarsky-apple
Copy link
Contributor

Sounds like this would need multi-path write support in chip-tool...

@woody-apple
Copy link
Contributor

Cert Blocker Review: Marking cert blocker, assigning to @vivien-apple.

@vivien-apple
Copy link
Contributor

Do we actually supports multiple writes in a single invoke in the SDK ? I thought it was not a v1.0 thing.
@mrjerryjohns @woody-apple ?

@vivien-apple
Copy link
Contributor

I'm removing the assignment as it is unclear to me that the SDK supports it and that it is needed for v1.0. If so I suggest to update the test plan.

@bzbarsky-apple
Copy link
Contributor

Do we actually supports multiple writes in a single invoke in the SDK ?

We support multiple writes in a single write request message, yes. We do not support multiple commands in a single invoke.

@vivien-apple
Copy link
Contributor

vivien-apple commented Jun 14, 2022

Do we actually supports multiple writes in a single invoke in the SDK ?

We support multiple writes in a single write request message, yes. We do not support multiple commands in a single invoke.

I was wrong as you said. Supports is in #19566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment