Skip to content

Commit 67a6c1c

Browse files
Updates Test_TC_BRBINFO_1_1.yaml, Test_TC_TSUIC_1_1.yaml
1 parent 015340a commit 67a6c1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/app/tests/suites/certification/Test_TC_BRBINFO_1_1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tests:
3939
command: "readAttribute"
4040
attribute: "ClusterRevision"
4141
response:
42-
value: 2
42+
value: 3
4343
constraints:
4444
type: int16u
4545

src/app/tests/suites/certification/Test_TC_TSUIC_1_1.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ tests:
8585
constraints:
8686
type: list
8787

88-
- label: "Step 6: TH reads from the DUT the AcceptedCommandList attribute."
88+
- label: "Step 6: TH reads from the DUT the GeneratedCommandList attribute."
8989
command: "readAttribute"
90-
attribute: "AcceptedCommandList"
90+
attribute: "GeneratedCommandList"
9191
response:
9292
value: []
9393
constraints:
9494
type: list
9595

96-
- label: "Step 7: TH reads from the DUT the GeneratedCommandList attribute."
96+
- label: "Step 7: TH reads from the DUT the AcceptedCommandList attribute."
9797
command: "readAttribute"
98-
attribute: "GeneratedCommandList"
98+
attribute: "AcceptedCommandList"
9999
response:
100100
value: []
101101
constraints:

0 commit comments

Comments
 (0)