From 65846fba282ed5e580f7b826bc997ca4dec1e856 Mon Sep 17 00:00:00 2001 From: manjunath-grl Date: Fri, 14 Jul 2023 11:30:51 +0530 Subject: [PATCH] Updated TC-ACE-1.6 test --- scripts/tests/chiptest/__init__.py | 1 + .../suites/certification/Test_TC_ACE_1_6.yaml | 27 +++++-------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/scripts/tests/chiptest/__init__.py b/scripts/tests/chiptest/__init__.py index 1f824e9e29a2eb..f5092ff965ec93 100644 --- a/scripts/tests/chiptest/__init__.py +++ b/scripts/tests/chiptest/__init__.py @@ -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 } diff --git a/src/app/tests/suites/certification/Test_TC_ACE_1_6.yaml b/src/app/tests/suites/certification/Test_TC_ACE_1_6.yaml index 7b287a1aedf34a..9c276d014ca9da 100644 --- a/src/app/tests/suites/certification/Test_TC_ACE_1_6.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACE_1_6.yaml @@ -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: @@ -132,7 +120,7 @@ tests: arguments: value: [ { - FabricIndex: FabricIndexValue, + FabricIndex: 0, Privilege: 5, #Administer AuthMode: 2, #CASE Subjects: [commissionerNodeId], @@ -146,7 +134,7 @@ tests: ], }, { - FabricIndex: FabricIndexValue, + FabricIndex: 0, Privilege: 4, #Manage AuthMode: 3, #Group Subjects: [0x0103], #group 0x0103 @@ -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: @@ -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: @@ -238,7 +224,7 @@ tests: arguments: value: [ { - FabricIndex: FabricIndexValue, + FabricIndex: 0, Privilege: 5, #Administer AuthMode: 2, #CASE Subjects: [commissionerNodeId], @@ -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: