Skip to content

Commit

Permalink
[SMCO] Assign five values to HIEST_PRI_ALARM (#28247)
Browse files Browse the repository at this point in the history
Co-authored-by: Hare <renilr0@outlook.com>
  • Loading branch information
2 people authored and pull[bot] committed Aug 21, 2023
1 parent c87f3ac commit 1166260
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
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.

0 comments on commit 1166260

Please sign in to comment.