Fix Festure PICS flags in Test_TC_PWRTL_1_1 yaml test (#34849)

Invalid PICS values for features F02 (SET) and F03 (DYPF) were used in test
diff --git a/src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml b/src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml
index da8b19b..ad4fb3a 100644
--- a/src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml
+++ b/src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml
@@ -88,7 +88,7 @@
               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:
@@ -99,7 +99,7 @@
     - 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:
@@ -110,7 +110,7 @@
     - 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: