Skip to content

Commit 46fce61

Browse files
authored
Fix Festure PICS flags in Test_TC_PWRTL_1_1 yaml test (project-chip#34849)
Invalid PICS values for features F02 (SET) and F03 (DYPF) were used in test
1 parent 968a0e6 commit 46fce61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tests:
8888
hasMasksSet: [0x4, 0x8]
8989

9090
- label: "Step 4a: TH reads AttributeList from DUT"
91-
PICS: "!PICS_SF_SET && !PICS_SF_DYPF"
91+
PICS: "!PWRTL.S.F02 && !PWRTL.S.F03"
9292
command: "readAttribute"
9393
attribute: "AttributeList"
9494
response:
@@ -99,7 +99,7 @@ tests:
9999
- label:
100100
"Step 4b: TH reads feature dependent attribute(AvailableEndpoints)
101101
AttributeList from DUT"
102-
PICS: "PICS_SF_SET && !PICS_SF_DYPF"
102+
PICS: "PWRTL.S.F02 && !PWRTL.S.F03"
103103
command: "readAttribute"
104104
attribute: "AttributeList"
105105
response:
@@ -110,7 +110,7 @@ tests:
110110
- label:
111111
"Step 4c: TH reads feature dependent attribute(ActiveEndpoints)
112112
AttributeList from DUT"
113-
PICS: "PICS_SF_SET && PICS_SF_DYPF"
113+
PICS: "PWRTL.S.F02 && PWRTL.S.F03"
114114
command: "readAttribute"
115115
attribute: "AttributeList"
116116
response:

0 commit comments

Comments
 (0)