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

[SMCO] Assign five values to HIEST_PRI_ALARM #28247

Merged
merged 3 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
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
20 changes: 16 additions & 4 deletions src/app/tests/suites/certification/Test_TC_SMCO_2_6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ config:
HIEST_PRI_ALARM:
type: int8u
defaultValue: 1
HIEST_PRI_ALARM_2:
type: int8u
defaultValue: 2
HIEST_PRI_ALARM_3:
type: int8u
defaultValue: 7
HIEST_PRI_ALARM_4:
type: int8u
defaultValue: 7
HIEST_PRI_ALARM_5:
type: int8u
defaultValue: 3

tests:
- label: "Commission DUT to TH"
Expand Down Expand Up @@ -334,7 +346,7 @@ tests:
command: "readAttribute"
attribute: "ExpressedState"
response:
value: HIEST_PRI_ALARM
value: HIEST_PRI_ALARM_2
constraints:
type: enum8

Expand Down Expand Up @@ -371,7 +383,7 @@ tests:
command: "readAttribute"
attribute: "ExpressedState"
response:
value: HIEST_PRI_ALARM
value: HIEST_PRI_ALARM_3
constraints:
type: enum8

Expand Down Expand Up @@ -409,7 +421,7 @@ tests:
command: "readAttribute"
attribute: "ExpressedState"
response:
value: HIEST_PRI_ALARM
value: HIEST_PRI_ALARM_4
constraints:
type: enum8

Expand Down Expand Up @@ -447,7 +459,7 @@ tests:
command: "readAttribute"
attribute: "ExpressedState"
response:
value: HIEST_PRI_ALARM
value: HIEST_PRI_ALARM_5
constraints:
type: enum8

Expand Down
16 changes: 12 additions & 4 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading