Skip to content

Commit

Permalink
Fix Integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs committed Nov 30, 2023
1 parent cae17b7 commit 6daa484
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions src/app/tests/suites/TestIcdManagementCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,11 @@ tests:
value: "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f"
response:
values:
- name: "ICDCounter"
value: 0
- name: "ICDCounter"
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF

- label: "Register 2.1"
command: "RegisterClient"
Expand All @@ -151,8 +154,11 @@ tests:
"\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2e\x2f"
response:
values:
- name: "ICDCounter"
value: 0
- name: "ICDCounter"
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF

- label: "Register 3.1"
command: "RegisterClient"
Expand Down Expand Up @@ -189,8 +195,11 @@ tests:
value: "\x01\x11\x21\x31\x41\x51\x61\x71\x81\x91\xa1\xb1\xc1\xd1\xe1\xf1"
response:
values:
- name: "ICDCounter"
value: 0
- name: "ICDCounter"
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF

- label: "Read RegisteredClients"
command: "readAttribute"
Expand All @@ -217,8 +226,11 @@ tests:
"\x20\x21\x22\x23\x24\x25\x26\x27\x28\x29\x2a\x2b\x2c\x2d\x2f\x2f"
response:
values:
- name: "ICDCounter"
value: 0
- name: "ICDCounter"
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF

- label: "Read RegisteredClients"
command: "readAttribute"
Expand Down

0 comments on commit 6daa484

Please sign in to comment.