From c44b52b49bc10a6bba94a72b9adcb920483af34b Mon Sep 17 00:00:00 2001 From: Vivien Nicolas Date: Wed, 1 Feb 2023 10:02:37 +0100 Subject: [PATCH] Fix some typos related to the readEvent command in Test_TC_ACL_2_7.yaml and Test_TC_ACL_2_8.yaml --- .../suites/certification/Test_TC_ACL_2_7.yaml | 32 ++++++++----------- .../suites/certification/Test_TC_ACL_2_8.yaml | 24 +++++++------- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_ACL_2_7.yaml b/src/app/tests/suites/certification/Test_TC_ACL_2_7.yaml index 10388d8833bda9..08ae87141f2185 100644 --- a/src/app/tests/suites/certification/Test_TC_ACL_2_7.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACL_2_7.yaml @@ -144,16 +144,14 @@ tests: event: "AccessControlExtensionChanged" response: value: - [ - { - AdminNodeID: TH1CommissionerNodeId, - AdminPasscodeID: null, - ChangeType: 1, - LatestValue: - { Data: D_OK_EMPTY, FabricIndex: TH1FabricIndex }, - }, + { + AdminNodeID: TH1CommissionerNodeId, + AdminPasscodeID: null, + ChangeType: 1, + LatestValue: + { Data: D_OK_EMPTY, FabricIndex: TH1FabricIndex }, FabricIndex: TH1FabricIndex, - ] + } - label: "Step 11:TH2 reads DUT Endpoint 0 AccessControl cluster @@ -164,13 +162,11 @@ tests: event: "AccessControlExtensionChanged" response: value: - [ - { - AdminNodeID: TH2CommissionerNodeId, - AdminPasscodeID: null, - ChangeType: 1, - LatestValue: - { Data: D_OK_SINGLE, FabricIndex: TH2FabricIndex }, - }, + { + AdminNodeID: TH2CommissionerNodeId, + AdminPasscodeID: null, + ChangeType: 1, + LatestValue: + { Data: D_OK_SINGLE, FabricIndex: TH2FabricIndex }, FabricIndex: TH2FabricIndex, - ] + } diff --git a/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml b/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml index 2df5382e156e70..77fe085a0d0fc2 100644 --- a/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml @@ -172,8 +172,8 @@ tests: ChangeType: 1, LatestValue: { - Privilege: "5", - AuthMode: "2", + Privilege: 5, + AuthMode: 2, Subjects: [TH1CommissionerNodeId], Targets: null, FabricIndex: TH1FabricIndex, @@ -188,8 +188,8 @@ tests: ChangeType: 2, LatestValue: { - Privilege: "5", - AuthMode: "2", + Privilege: 5, + AuthMode: 2, Subjects: [TH1CommissionerNodeId], Targets: null, FabricIndex: TH1FabricIndex, @@ -204,8 +204,8 @@ tests: ChangeType: 1, LatestValue: { - Privilege: "5", - AuthMode: "2", + Privilege: 5, + AuthMode: 2, Subjects: [TH1CommissionerNodeId, 1111], Targets: null, FabricIndex: TH1FabricIndex, @@ -229,8 +229,8 @@ tests: ChangeType: 1, LatestValue: { - Privilege: "5", - AuthMode: "2", + Privilege: 5, + AuthMode: 2, Subjects: [TH2CommissionerNodeId], Targets: null, FabricIndex: TH2FabricIndex, @@ -245,8 +245,8 @@ tests: ChangeType: 2, LatestValue: { - Privilege: "5", - AuthMode: "2", + Privilege: 5, + AuthMode: 2, Subjects: [TH2CommissionerNodeId], Targets: null, FabricIndex: TH2FabricIndex, @@ -261,8 +261,8 @@ tests: ChangeType: 1, LatestValue: { - Privilege: "5", - AuthMode: "2", + Privilege: 5, + AuthMode: 2, Subjects: [TH2CommissionerNodeId, 2222], Targets: null, FabricIndex: TH2FabricIndex,