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

Test_TC_LVL_4_1 remove checking transitional levels unless VarRate is enabled #31043

Merged
merged 3 commits into from
Aug 29, 2024
Merged
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
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 @@ -180,7 +180,7 @@ tests:

- label:
"Step 4b: After 10 seconds, 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 @@ -199,7 +199,7 @@ tests:
- label:
"Step 4c: After another 10 seconds, 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 @@ -218,7 +218,7 @@ tests:
- label:
"Step 4d: After another 10 seconds, 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
Loading