Skip to content

Commit

Permalink
Fix Festure PICS flags in Test_TC_PWRTL_1_1 yaml test
Browse files Browse the repository at this point in the history
Invalid PICS values for features F02 (SET) and F03 (DYPF) were used in test
  • Loading branch information
Apollon77 authored Aug 7, 2024
1 parent 587665d commit e4a965f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tests:
hasMasksSet: [0x4, 0x8]

- label: "Step 4a: TH reads AttributeList from DUT"
PICS: "!PICS_SF_SET && !PICS_SF_DYPF"
PICS: "!PWRTL.S.F02 && !PWRTL.S.F03"
command: "readAttribute"
attribute: "AttributeList"
response:
Expand All @@ -99,7 +99,7 @@ tests:
- label:
"Step 4b: TH reads feature dependent attribute(AvailableEndpoints)
AttributeList from DUT"
PICS: "PICS_SF_SET && !PICS_SF_DYPF"
PICS: "PWRTL.S.F02 && !PWRTL.S.F03"
command: "readAttribute"
attribute: "AttributeList"
response:
Expand All @@ -110,7 +110,7 @@ tests:
- label:
"Step 4c: TH reads feature dependent attribute(ActiveEndpoints)
AttributeList from DUT"
PICS: "PICS_SF_SET && PICS_SF_DYPF"
PICS: "PWRTL.S.F02 && PWRTL.S.F03"
command: "readAttribute"
attribute: "AttributeList"
response:
Expand Down

0 comments on commit e4a965f

Please sign in to comment.