Skip to content

Commit

Permalink
Fix some typos related to the readEvent command in Test_TC_ACL_2_7.ya…
Browse files Browse the repository at this point in the history
…ml and Test_TC_ACL_2_8.yaml
  • Loading branch information
vivien-apple committed Feb 1, 2023
1 parent 8dc9323 commit c44b52b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
32 changes: 14 additions & 18 deletions src/app/tests/suites/certification/Test_TC_ACL_2_7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
]
}
24 changes: 12 additions & 12 deletions src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ tests:
ChangeType: 1,
LatestValue:
{
Privilege: "5",
AuthMode: "2",
Privilege: 5,
AuthMode: 2,
Subjects: [TH1CommissionerNodeId],
Targets: null,
FabricIndex: TH1FabricIndex,
Expand All @@ -188,8 +188,8 @@ tests:
ChangeType: 2,
LatestValue:
{
Privilege: "5",
AuthMode: "2",
Privilege: 5,
AuthMode: 2,
Subjects: [TH1CommissionerNodeId],
Targets: null,
FabricIndex: TH1FabricIndex,
Expand All @@ -204,8 +204,8 @@ tests:
ChangeType: 1,
LatestValue:
{
Privilege: "5",
AuthMode: "2",
Privilege: 5,
AuthMode: 2,
Subjects: [TH1CommissionerNodeId, 1111],
Targets: null,
FabricIndex: TH1FabricIndex,
Expand All @@ -229,8 +229,8 @@ tests:
ChangeType: 1,
LatestValue:
{
Privilege: "5",
AuthMode: "2",
Privilege: 5,
AuthMode: 2,
Subjects: [TH2CommissionerNodeId],
Targets: null,
FabricIndex: TH2FabricIndex,
Expand All @@ -245,8 +245,8 @@ tests:
ChangeType: 2,
LatestValue:
{
Privilege: "5",
AuthMode: "2",
Privilege: 5,
AuthMode: 2,
Subjects: [TH2CommissionerNodeId],
Targets: null,
FabricIndex: TH2FabricIndex,
Expand All @@ -261,8 +261,8 @@ tests:
ChangeType: 1,
LatestValue:
{
Privilege: "5",
AuthMode: "2",
Privilege: 5,
AuthMode: 2,
Subjects: [TH2CommissionerNodeId, 2222],
Targets: null,
FabricIndex: TH2FabricIndex,
Expand Down

0 comments on commit c44b52b

Please sign in to comment.