Skip to content

Commit

Permalink
Updated TC-ACE-1.6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Jul 17, 2023
1 parent 1c9d136 commit 4ee69f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
1 change: 1 addition & 0 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def _GetInDevelopmentTests() -> Set[str]:
"TestCommandsById.yaml", # chip-repl does not support AnyCommands (06/06/2023)
"TestEventsById.yaml", # chip-repl does not support AnyCommands (06/06/2023)
"Test_TC_DRLK_2_8.yaml", # Test fails only in chip-repl: Refer--> https://github.com/project-chip/connectedhomeip/pull/27011#issuecomment-1593339855
"Test_TC_ACE_1_6.yaml", # Test fails only in chip-repl: Refer--> https://github.com/project-chip/connectedhomeip/pull/27910#issuecomment-1632485584
}


Expand Down
27 changes: 6 additions & 21 deletions src/app/tests/suites/certification/Test_TC_ACE_1_6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,9 @@ tests:
arguments:
value:
[
{
FabricIndex: FabricIndexValue,
GroupId: 0x0103,
GroupKeySetID: 0x01a3,
},
{
FabricIndex: FabricIndexValue,
GroupId: 0x0104,
GroupKeySetID: 0x01a3,
},
{
FabricIndex: FabricIndexValue,
GroupId: 0x0105,
GroupKeySetID: 0x01a3,
},
{ FabricIndex: 0, GroupId: 0x0103, GroupKeySetID: 0x01a3 },
{ FabricIndex: 0, GroupId: 0x0104, GroupKeySetID: 0x01a3 },
{ FabricIndex: 0, GroupId: 0x0105, GroupKeySetID: 0x01a3 },
]

- label:
Expand Down Expand Up @@ -132,7 +120,7 @@ tests:
arguments:
value: [
{
FabricIndex: FabricIndexValue,
FabricIndex: 0,
Privilege: 5, #Administer
AuthMode: 2, #CASE
Subjects: [commissionerNodeId],
Expand All @@ -146,7 +134,7 @@ tests:
],
},
{
FabricIndex: FabricIndexValue,
FabricIndex: 0,
Privilege: 4, #Manage
AuthMode: 3, #Group
Subjects: [0x0103], #group 0x0103
Expand Down Expand Up @@ -182,7 +170,6 @@ tests:
GroupID field set to 0x0104 and the GroupName set to an empty string.
The command is sent as a group command using GroupID 0x0103"
cluster: "Groups"
endpoint: Groups.Endpoint
groupId: 0x0103
command: "AddGroup"
arguments:
Expand All @@ -206,7 +193,6 @@ tests:
GroupID field set to 0x0105 and the GroupName set to an empty string.
The command is sent as a group command using GroupID 0x0104"
cluster: "Groups"
endpoint: Groups.Endpoint
groupId: 0x0104
command: "AddGroup"
arguments:
Expand Down Expand Up @@ -238,7 +224,7 @@ tests:
arguments:
value: [
{
FabricIndex: FabricIndexValue,
FabricIndex: 0,
Privilege: 5, #Administer
AuthMode: 2, #CASE
Subjects: [commissionerNodeId],
Expand Down Expand Up @@ -291,7 +277,6 @@ tests:
GroupID field set to 0x0105 and the GroupName set to an empty string.
The command is sent as a group command using GroupID 0x0103"
cluster: "Groups"
endpoint: Groups.Endpoint
groupId: 0x0103
command: "AddGroup"
arguments:
Expand Down

0 comments on commit 4ee69f0

Please sign in to comment.