Skip to content

Commit

Permalink
only check for transitional values in LVL move command with a rate if…
Browse files Browse the repository at this point in the history
… LVL.S.M.VarRate is enabled
  • Loading branch information
nemik committed Dec 15, 2023
1 parent 221e466 commit e8d2b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_LVL_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ tests:
value: 10000

- label: "Step 4b: TH reads CurrentLevel attribute from DUT"
PICS: LVL.S.C01.Rsp && LVL.S.A0000
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
command: "readAttribute"
attribute: "CurrentLevel"
response:
Expand All @@ -195,7 +195,7 @@ tests:
value: 10000

- label: "Step 4c: TH reads CurrentLevel attribute from DUT"
PICS: LVL.S.C01.Rsp && LVL.S.A0000
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
command: "readAttribute"
attribute: "CurrentLevel"
response:
Expand All @@ -212,7 +212,7 @@ tests:
value: 10000

- label: "Step 4d: TH reads CurrentLevel attribute from DUT"
PICS: LVL.S.C01.Rsp && LVL.S.A0000
PICS: LVL.S.C01.Rsp && LVL.S.A0000 && LVL.S.M.VarRate
command: "readAttribute"
attribute: "CurrentLevel"
response:
Expand Down

0 comments on commit e8d2b0b

Please sign in to comment.