Skip to content

Commit

Permalink
Restyled by prettier-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and nivi-apple committed Jul 30, 2024
1 parent 29e6a71 commit b6af1d6
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 58 deletions.
21 changes: 14 additions & 7 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6458,19 +6458,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

#
Expand Down Expand Up @@ -6559,15 +6563,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

#
Expand Down
22 changes: 9 additions & 13 deletions src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,45 +31,40 @@ 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"
response:
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"
response:
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"
response:
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"
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit b6af1d6

Please sign in to comment.