Skip to content

Commit

Permalink
Add yaml test to validate previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Dec 20, 2023
1 parent 9310a37 commit 61ae292
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/tests/suites/TestGroupMessaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,23 @@ tests:
- name: "GroupID"
value: 0x0101

- label: "Add Group 1 (endpoint 1)"
cluster: "Groups"
command: "AddGroup"
endpoint: 2
arguments:
values:
- name: "GroupID"
value: 0x0101
- name: "GroupName"
value: "Group #1"
response:
values:
- name: "Status"
value: 0
- name: "GroupID"
value: 0x0101

- label: "Add Group 2 (endpoint 0)"
cluster: "Groups"
command: "AddGroup"
Expand Down

0 comments on commit 61ae292

Please sign in to comment.