Skip to content

Commit

Permalink
Fix partial revert of 94c3882 (#29144)
Browse files Browse the repository at this point in the history
caused by subsequent PR 76848fe :
- Allow SupportedOperatingModes attribute to be any of the valid combinations
  • Loading branch information
jrhees-cae authored and pull[bot] committed Oct 6, 2023
1 parent b8dd41a commit 1520244
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -945,10 +945,20 @@ tests:
command: "readAttribute"
attribute: "SupportedOperatingModes"
response:
value: 0xFFF6
saveAs: Current_Supported
constraints:
type: enum16
anyOf:
[
0xFFF6,
0xFFF4,
0xFFF2,
0xFFF0,
0xFFE6,
0xFFE4,
0xFFE2,
0xFFE0,
]

- label:
"Step 23b: TH writes Supported OperatingModes attribute as bit 0 is
Expand Down

0 comments on commit 1520244

Please sign in to comment.