Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added missed constraint changes in thermostat cluster #34514

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions src/app/tests/suites/certification/Test_TC_TSTAT_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ tests:
constraints:
type: int8s
minValue: 0
maxValue: 25
maxValue: 127

- label:
"Step 11a: Test Harness Writes a value back that is different but
Expand Down Expand Up @@ -1695,16 +1695,6 @@ tests:
response:
error: CONSTRAINT_ERROR

- label:
"Step 11b: Test Harness Writes the value above MinSetpointDeadBand "
command: "writeAttribute"
attribute: "MinSetpointDeadBand"
PICS: TSTAT.S.F05 && TSTAT.S.M.MinSetpointDeadBandWritable
arguments:
value: 30
response:
error: CONSTRAINT_ERROR

- label:
"Step 11c: Test Harness Writes the min limit of MinSetpointDeadBand"
command: "writeAttribute"
Expand All @@ -1719,7 +1709,7 @@ tests:
attribute: "MinSetpointDeadBand"
PICS: TSTAT.S.F05 && TSTAT.S.M.MinSetpointDeadBandWritable
arguments:
value: 25
value: 127

- label:
"Step 12: Test Harness Reads ControlSequenceOfOperation from Server
Expand Down
Loading