Skip to content

Commit

Permalink
Updates Test_TC_BRBINFO_1_1.yaml, Test_TC_TSUIC_1_1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Mar 20, 2024
1 parent 015340a commit 67a6c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tests:
command: "readAttribute"
attribute: "ClusterRevision"
response:
value: 2
value: 3
constraints:
type: int16u

Expand Down
8 changes: 4 additions & 4 deletions src/app/tests/suites/certification/Test_TC_TSUIC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ tests:
constraints:
type: list

- label: "Step 6: TH reads from the DUT the AcceptedCommandList attribute."
- label: "Step 6: TH reads from the DUT the GeneratedCommandList attribute."
command: "readAttribute"
attribute: "AcceptedCommandList"
attribute: "GeneratedCommandList"
response:
value: []
constraints:
type: list

- label: "Step 7: TH reads from the DUT the GeneratedCommandList attribute."
- label: "Step 7: TH reads from the DUT the AcceptedCommandList attribute."
command: "readAttribute"
attribute: "GeneratedCommandList"
attribute: "AcceptedCommandList"
response:
value: []
constraints:
Expand Down

0 comments on commit 67a6c1c

Please sign in to comment.