Skip to content

Commit

Permalink
Corrects the constraint of FanMode to exclude deprecated values (#31291)
Browse files Browse the repository at this point in the history
* Fixes #31230, corrects the constraint of FanMode to exclude deprecated values

* Regen after test change
  • Loading branch information
mhazley authored Jan 8, 2024
1 parent 7362ccd commit 6ce2bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/app/tests/suites/certification/Test_TC_FAN_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ tests:
response:
constraints:
type: enum8
minValue: 0
maxValue: 6
anyOf: [0, 1, 2, 3, 5]

- label: "Step 3: TH reads from the DUT the the FanModeSequence attribute"
PICS: FAN.S.A0001
Expand Down

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

0 comments on commit 6ce2bed

Please sign in to comment.