Skip to content

Commit

Permalink
GroupKeyManagement cluster: YAML test added.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasallas-silabs committed Mar 25, 2022
1 parent 95f6e9a commit 39f33d1
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 95 deletions.
8 changes: 8 additions & 0 deletions src/app/tests/suites/TestGroupKeyManagementCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ tests:
{ FabricIndex: 1, GroupId: 0x0102, GroupKeySetID: 0x01a2 },
]

- label: "Write Group Keys (invalid)"
command: "writeAttribute"
attribute: "GroupKeyMap"
arguments:
value: [{ FabricIndex: 1, GroupId: 0x0102, GroupKeySetID: 0 }]
response:
error: 0x87

- label: "Read Group Keys"
command: "readAttribute"
attribute: "GroupKeyMap"
Expand Down
45 changes: 37 additions & 8 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 58 additions & 25 deletions zzz_generated/chip-tool-darwin/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39f33d1

Please sign in to comment.