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

[FEATURE] IDM cluster device / controller tests YAML support for wildcard reads #26926

Open
manjunath-grl opened this issue May 29, 2023 · 1 comment
Assignees
Labels
yaml Missing features or bugs in the YAML test harness

Comments

@manjunath-grl
Copy link
Contributor

manjunath-grl commented May 29, 2023

Feature description

Summary:
Need IDM cluster YAML support for the below mentioned steps or sample script if implemented already.

Device tests

1.TH sends the Read Request Message to the DUT to read all attributes on a given cluster and Endpoint
AttributePath = [[Endpoint = Specific Endpoint, Cluster = Specific ClusterID]]
2.TH sends the Read Request Message to the DUT to read an attribute from a cluster at all Endpoints
3.TH sends the Read Request Message to the DUT to read a global attribute from all clusters at all Endpoints
4.TH sends the Read Request Message to the DUT to read all attributes from a cluster at all Endpoints
5.TH sends the Read Request Message to the DUT to read all attributes from all clusters at one Endpoint

Controller tests

1.DUT sends the Read Request Message to the TH to read all attributes on a given cluster and Endpoint
AttributePath = [[Endpoint = Specific Endpoint, Cluster = Specific ClusterID]]
2.DUT sends the Read Request Message to the TH to read an attribute from a cluster at all Endpoints
3.DUT sends the Read Request Message to the TH to read a global attribute from all clusters at all Endpoints
4.DUT sends the Read Request Message to the TH to read all attributes from a cluster at all Endpoints
5.DUT sends the Read Request Message to the TH to read all attributes from all clusters at one Endpoint
similar for `Invoke Request Message` , `Read Request Message`, `WriteRequestMessage`, `subscription  request message`, `Timed Request message`.

Platform

other

Platform Version(s)

No response

Anything else?

image
image
image
image

@bzbarsky-apple bzbarsky-apple changed the title [FEATURE] IDM cluster device tests YAML support [FEATURE] IDM cluster device tests YAML support for wildcard reads May 30, 2023
@bzbarsky-apple bzbarsky-apple added the yaml Missing features or bugs in the YAML test harness label May 30, 2023
@bzbarsky-apple
Copy link
Contributor

I believe #26755 may address this, except for being able to wildcard endpoints. @vivien-apple ?

@manjunath-grl manjunath-grl changed the title [FEATURE] IDM cluster device tests YAML support for wildcard reads [FEATURE] IDM cluster device / controller tests YAML support for wildcard reads Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
yaml Missing features or bugs in the YAML test harness
Projects
None yet
Development

No branches or pull requests

3 participants