Skip to content

Commit

Permalink
Regenerated Zap
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Oct 13, 2023
1 parent f2572a3 commit 69d69ea
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2,231 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"Disabled because darwin-framework-tool does not support GetCommissionerRootCertificate",
"Test_AddNewFabricFromExistingFabric",
"Disabled because darwin-framework-tool does not support EqualityCommands pseudo-cluster",
"Test_TC_S_2_2",
"Test_TC_TCCM_3_1",
"Test_TC_TCTL_2_1",
"Disabled because darwin-framework-tool does not support constraints arithmetic operations",
Expand Down
25 changes: 9 additions & 16 deletions src/app/tests/suites/certification/Test_TC_S_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ config:
type: group_id
defaultValue: 0x0002

GroupKeyManagementEndpoint:
type: int16u
defaultValue: 0
GroupsEndpoint:
type: int16u
defaultValue: 0

tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
Expand All @@ -58,7 +51,7 @@ tests:
"Step 0a: preparation step for using commands from Groups cluster: Add
KeySet"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "KeySetWrite"
arguments:
values:
Expand All @@ -79,7 +72,7 @@ tests:
"Step 0b: Preparation step for using commands from Groups cluster:
Write Group Keys"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "writeAttribute"
attribute: "GroupKeyMap"
arguments:
Expand All @@ -92,7 +85,7 @@ tests:
- label: "Step 0c: TH sends a RemoveAllGroups command to DUT."
PICS: G.S.C04.Rsp
cluster: "Groups"
endpoint: GroupsEndpoint
endpoint: endpoint
command: "RemoveAllGroups"

- label:
Expand Down Expand Up @@ -334,7 +327,7 @@ tests:
- label: "Step 4a: Reboot target device"
PICS: PICS_SDK_CI_ONLY
cluster: "SystemCommands"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "Reboot"

- label: "Step 4a: Reboot target device(DUT)"
Expand Down Expand Up @@ -900,9 +893,9 @@ tests:
command: "UnsignedNumberEquals"
arguments:
values:
- name: "value1"
- name: "Value1"
value: 0x00
- name: "value2"
- name: "Value2"
value: StoreStatus
response:
- values:
Expand Down Expand Up @@ -1053,9 +1046,9 @@ tests:
command: "UnsignedNumberEquals"
arguments:
values:
- name: "value1"
- name: "Value1"
value: 0x00
- name: "value2"
- name: "Value2"
value: StoredStatus
response:
- values:
Expand Down Expand Up @@ -1088,7 +1081,7 @@ tests:
KeySetRemove command to the GroupKeyManagement cluster with the
GroupKeySetID field set to 0x01a1"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "KeySetRemove"
arguments:
values:
Expand Down
12 changes: 4 additions & 8 deletions src/app/tests/suites/certification/Test_TC_S_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ config:
type: group_id
defaultValue: 0x0101

GroupKeyManagementEndpoint:
type: int16u
defaultValue: 0

tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
Expand All @@ -52,7 +48,7 @@ tests:
"Step 0a: preparation step for using commands from Groups cluster: Add
KeySet"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "KeySetWrite"
arguments:
values:
Expand All @@ -73,7 +69,7 @@ tests:
"Step 0b: Preparation step for using commands from Groups cluster:
Write Group Keys"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "writeAttribute"
attribute: "GroupKeyMap"
arguments:
Expand All @@ -100,7 +96,7 @@ tests:

- label: "Install ACLs"
cluster: "Access Control"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "writeAttribute"
attribute: "ACL"
arguments:
Expand Down Expand Up @@ -647,7 +643,7 @@ tests:
KeySetRemove command to the GroupKeyManagement cluster with the
GroupKeySetID field set to 0x01a1"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "KeySetRemove"
arguments:
values:
Expand Down
10 changes: 3 additions & 7 deletions src/app/tests/suites/certification/Test_TC_S_2_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ config:
type: group_id
defaultValue: 0x0001

GroupKeyManagementEndpoint:
type: int16u
defaultValue: 0

tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
Expand All @@ -43,7 +39,7 @@ tests:
"Step 0a: preparation step for using commands from Groups cluster: Add
KeySet"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "KeySetWrite"
arguments:
values:
Expand All @@ -64,7 +60,7 @@ tests:
"Step 0b: Preparation step for using commands from Groups cluster:
Write Group Keys"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "writeAttribute"
attribute: "GroupKeyMap"
arguments:
Expand Down Expand Up @@ -423,7 +419,7 @@ tests:
KeySetRemove command to the GroupKeyManagement cluster with the
GroupKeySetID field set to 0x01a1"
cluster: "Group Key Management"
endpoint: GroupKeyManagementEndpoint
endpoint: 0
command: "KeySetRemove"
arguments:
values:
Expand Down
Loading

0 comments on commit 69d69ea

Please sign in to comment.