diff --git a/src/app/tests/suites/certification/PICS.yaml b/src/app/tests/suites/certification/PICS.yaml index 1a72cdd6cfcb6f..169d5684673b9d 100644 --- a/src/app/tests/suites/certification/PICS.yaml +++ b/src/app/tests/suites/certification/PICS.yaml @@ -6461,19 +6461,23 @@ PICS: id: TSTAT.S.C04.Rsp - label: - "Does the device implement receiving the SetActivePresetRequest command?" + "Does the device implement receiving the SetActivePresetRequest + command?" id: TSTAT.S.C06.Rsp - label: - "Does the device implement receiving the StartPresetsSchedulesEditRequest command?" + "Does the device implement receiving the + StartPresetsSchedulesEditRequest command?" id: TSTAT.S.C07.Rsp - label: - "Does the device implement receiving the CancelPresetsSchedulesEditRequest command?" + "Does the device implement receiving the + CancelPresetsSchedulesEditRequest command?" id: TSTAT.S.C08.Rsp - label: - "Does the device implement receiving the CommitPresetsSchedulesRequest command?" + "Does the device implement receiving the CommitPresetsSchedulesRequest + command?" id: TSTAT.S.C09.Rsp # @@ -6562,15 +6566,18 @@ PICS: id: TSTAT.C.C06.Tx - label: - "Does the device implement sending the StartPresetsSchedulesEditRequest command?" + "Does the device implement sending the + StartPresetsSchedulesEditRequest command?" id: TSTAT.C.C07.Tx - label: - "Does the device implement sending the CancelPresetsSchedulesEditRequest command?" + "Does the device implement sending the + CancelPresetsSchedulesEditRequest command?" id: TSTAT.C.C08.Tx - label: - "Does the device implement sending the CommitPresetsSchedulesRequest command?" + "Does the device implement sending the CommitPresetsSchedulesRequest + command?" id: TSTAT.C.C09.Tx # diff --git a/src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml b/src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml index 0de8bb974e4152..9785c8b1bda0c1 100644 --- a/src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml @@ -31,9 +31,7 @@ tests: - name: "nodeId" value: nodeId - - label: - "Saving value for comparision in step 2 read - PresetTypes attribute" + - label: "Saving value for comparision in step 2 read PresetTypes attribute" PICS: TSTAT.S.A0048 command: "readAttribute" attribute: "PresetTypes" @@ -41,8 +39,7 @@ tests: saveAs: PresetTypesValue - label: - "Saving value for comparision in step 3 read - NumberOfPresets attribute" + "Saving value for comparision in step 3 read NumberOfPresets attribute" PICS: TSTAT.S.A004a command: "readAttribute" attribute: "NumberOfPresets" @@ -50,17 +47,15 @@ tests: saveAs: NumberOfPresetsValue - label: - "Saving value for comparision in step 4 read - ActivePresetHandleValue attribute" + "Saving value for comparision in step 4 read ActivePresetHandleValue + attribute" PICS: TSTAT.S.A004e command: "readAttribute" attribute: "ActivePresetHandle" response: saveAs: ActivePresetHandleValue - - label: - "Saving value for comparision in step 5 read - Presets attribute" + - label: "Saving value for comparision in step 5 read Presets attribute" PICS: TSTAT.S.A0050 command: "readAttribute" attribute: "Presets" @@ -68,8 +63,8 @@ tests: saveAs: PresetsValue - label: - "Saving value for comparision in step 6 read - PresetsSchedulesEditable attribute" + "Saving value for comparision in step 6 read PresetsSchedulesEditable + attribute" PICS: TSTAT.S.A0052 command: "readAttribute" attribute: "PresetsSchedulesEditable" @@ -108,7 +103,8 @@ tests: constraints: type: list - - label: "Step 6: TH reads the PresetsSchedulesEditable attribute from the DUT" + - label: + "Step 6: TH reads the PresetsSchedulesEditable attribute from the DUT" PICS: TSTAT.S.F08 & TSTAT.S.A0052 command: "readAttribute" attribute: "PresetsSchedulesEditable" diff --git a/src/app/tests/suites/certification/Test_TC_TSTAT_4_2.yaml b/src/app/tests/suites/certification/Test_TC_TSTAT_4_2.yaml index 8c61ddcebf82f0..4faf22100b30cc 100644 --- a/src/app/tests/suites/certification/Test_TC_TSTAT_4_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_TSTAT_4_2.yaml @@ -31,7 +31,9 @@ tests: - name: "nodeId" value: nodeId - - label: "Step 2: Test Harness writes to the Presets attribute without calling the StartPresetsSchedulesEditRequest" + - label: + "Step 2: Test Harness writes to the Presets attribute without calling + the StartPresetsSchedulesEditRequest" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -53,7 +55,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 3a: Test Harness writes to the Presets attribute after calling the StartPresetsSchedulesEditRequest command" + - label: + "Step 3a: Test Harness writes to the Presets attribute after calling + the StartPresetsSchedulesEditRequest command" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -75,7 +79,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 3b: Test Harness writes to the Presets attribute adding 3 presets for Sleep, Wake and GoingToSleep" + - label: + "Step 3b: Test Harness writes to the Presets attribute adding 3 + presets for Sleep, Wake and GoingToSleep" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -206,7 +212,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 3c: Test Harness reads the Presets attribute without calling the CommitPresetsSchedulesRequest command" + - label: + "Step 3c: Test Harness reads the Presets attribute without calling + the CommitPresetsSchedulesRequest command" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -241,7 +249,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 3d: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 3d: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -262,7 +272,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 3e: Test Harness reads the Presets attribute after calling the CommitPresetsSchedulesRequest command" + - label: + "Step 3e: Test Harness reads the Presets attribute after calling the + CommitPresetsSchedulesRequest command" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -322,7 +334,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 4a: Test Harness writes to the Presets attribute wherein a built-in preset is removed" + - label: + "Step 4a: Test Harness writes to the Presets attribute wherein a + built-in preset is removed" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -344,7 +358,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 4b: Test Harness writes to the Presets attribute with a built-in preset having preset handle hex:01 removed" + - label: + "Step 4b: Test Harness writes to the Presets attribute with a + built-in preset having preset handle hex:01 removed" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -457,7 +473,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 4c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 4c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -479,7 +497,10 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 5a: Test Harness writes to the Presets attribute wherein a preset is removed such that its handle matches the active preset handle" + - label: + "Step 5a: Test Harness writes to the Presets attribute wherein a + preset is removed such that its handle matches the active preset + handle" PICS: TSTAT.S.F08 && TSTAT.S.C06.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -500,7 +521,6 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 5b: Test Harness reads the ActivePresetHandle attribute" PICS: TSTAT.S.F08 && TSTAT.S.A004e verification: | @@ -545,7 +565,10 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 5d: Test Harness writes to the Presets attribute without the preset with handle hex:03 matching the ActivePresetHandle attribute removed" + - label: + "Step 5d: Test Harness writes to the Presets attribute without the + preset with handle hex:03 matching the ActivePresetHandle attribute + removed" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -675,7 +698,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 5e: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 5e: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -697,7 +722,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 6a: Test Harness writes to the Presets attribute wherein a built-in preset is modified to a non built-in preset" + - label: + "Step 6a: Test Harness writes to the Presets attribute wherein a + built-in preset is modified to a non built-in preset" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -719,7 +746,10 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 6b: Test Harness writes to the Presets attribute with a built-in preset having preset handle hex:01 modified to be not built-in." + - label: + "Step 6b: Test Harness writes to the Presets attribute with a + built-in preset having preset handle hex:01 modified to be not + built-in." PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -849,7 +879,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 6c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 6c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -871,7 +903,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 7a: Test Harness writes to the Presets attribute wherein a new preset is added with the builtIn flag set to true" + - label: + "Step 7a: Test Harness writes to the Presets attribute wherein a new + preset is added with the builtIn flag set to true" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -893,7 +927,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 7b: Test Harness writes to the Presets attribute with a new preset having builtIn set to true" + - label: + "Step 7b: Test Harness writes to the Presets attribute with a new + preset having builtIn set to true" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1023,7 +1059,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 7c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 7c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1045,7 +1083,10 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 8a: Test Harness writes to the Presets attribute with a preset having a non-null preset handle that doesn't exist in the Presets attribute" + - label: + "Step 8a: Test Harness writes to the Presets attribute with a preset + having a non-null preset handle that doesn't exist in the Presets + attribute" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1067,7 +1108,10 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 8b: Test Harness writes to the Presets attribute with a preset having preset handle hex:08 that doesn't exist in the Presets attribute" + - label: + "Step 8b: Test Harness writes to the Presets attribute with a preset + having preset handle hex:08 that doesn't exist in the Presets + attribute" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1197,7 +1241,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 8c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 8c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1219,7 +1265,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 9a: Test Harness writes to the Presets attribute wherein there are 2 presets with the same preset handle" + - label: + "Step 9a: Test Harness writes to the Presets attribute wherein there + are 2 presets with the same preset handle" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1371,7 +1419,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 9c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 9c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1393,7 +1443,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 10a: Test Harness writes to the Presets attribute wherein a built-in preset is modified to be a non built-in preset" + - label: + "Step 10a: Test Harness writes to the Presets attribute wherein a + built-in preset is modified to be a non built-in preset" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1415,7 +1467,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 10b: Test Harness writes to the Presets attribute wherein a built-in preset is modified to a non built-in preset" + - label: + "Step 10b: Test Harness writes to the Presets attribute wherein a + built-in preset is modified to a non built-in preset" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1545,7 +1599,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 10c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 10c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1567,7 +1623,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 11a: Test Harness writes to the Presets attribute wherein a non built-in preset is modified to a built-in preset" + - label: + "Step 11a: Test Harness writes to the Presets attribute wherein a non + built-in preset is modified to a built-in preset" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1589,7 +1647,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 11b: Test Harness writes to the Presets attribute wherein a non built-in preset is modified to a built-in preset" + - label: + "Step 11b: Test Harness writes to the Presets attribute wherein a non + built-in preset is modified to a built-in preset" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1719,7 +1779,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 11c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 11c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1741,8 +1803,10 @@ tests: - name: "expectedValue" value: "y" - - - label: "Step 12a: Test Harness writes to the Presets attribute wherein a preset doesn't support names in the PresetTypeFeatures bitmap but has a name in the write presets command" + - label: + "Step 12a: Test Harness writes to the Presets attribute wherein a + preset doesn't support names in the PresetTypeFeatures bitmap but has + a name in the write presets command" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1764,7 +1828,10 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 12b: Test Harness writes to the Presets attribute with a preset that doesn't support names in the PresetTypeFeatures bitmap but has a name" + - label: + "Step 12b: Test Harness writes to the Presets attribute with a preset + that doesn't support names in the PresetTypeFeatures bitmap but has a + name" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1894,7 +1961,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 12c: Test Harness calls the CommitPresetsSchedulesRequest command" + - label: + "Step 12c: Test Harness calls the CommitPresetsSchedulesRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C09.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -1916,9 +1985,11 @@ tests: - name: "expectedValue" value: "y" -#TODO: Add tests for the total number of Presets exceeds the NumberOfPresets supported. Also Add tests for adding presets with preset scenario not present in PresetTypes. + #TODO: Add tests for the total number of Presets exceeds the NumberOfPresets supported. Also Add tests for adding presets with preset scenario not present in PresetTypes. - - label: "Step 13a: Test Harness writes to the Presets attribute but calls CancelPresetsSchedulesEditRequest command to cancel the edit request" + - label: + "Step 13a: Test Harness writes to the Presets attribute but calls + CancelPresetsSchedulesEditRequest command to cancel the edit request" PICS: TSTAT.S.F08 && TSTAT.S.C07.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -2071,7 +2142,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 13c: Test Harness calls the CancelPresetsSchedulesEditRequest command" + - label: + "Step 13c: Test Harness calls the CancelPresetsSchedulesEditRequest + command" PICS: TSTAT.S.F08 && TSTAT.S.C08.Rsp verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation. @@ -2092,7 +2165,9 @@ tests: - name: "expectedValue" value: "y" - - label: "Step 13d: Test Harness reads the Presets attribute without calling the CommitPresetsSchedulesRequest command" + - label: + "Step 13d: Test Harness reads the Presets attribute without calling + the CommitPresetsSchedulesRequest command" PICS: TSTAT.S.F08 && TSTAT.S.A0050 verification: | Optional Attribute - If it is supported, then in TH log it will results in displaying the value, else it will display UNSUPPORTED_ATTRIBUTE. Below is the log of RPI the result may be vary on the basis of dut implementation.