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 beckerzito committed Feb 25, 2024
1 parent a79ae88 commit 8f97116
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/app/tests/suites/certification/Test_TC_OO_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,19 @@ tests:
type: bitmap32
hasMasksClear: [0x2]

- label: "Step 3e: Given OO.S.F02(OFFONLY) TH reads from the DUT the FeatureMap attribute."
- label:
"Step 3e: Given OO.S.F02(OFFONLY) TH reads from the DUT the FeatureMap
attribute."
command: "readAttribute"
attribute: "FeatureMap"
PICS: ( OO.S.F02 && !OO.S.F00 && !OO.S.F01 )
response:
constraints:
type: bitmap32
hasMasksSet: [0x4]
- label: "Step 3f: Given OO.S.F02(OFFONLY) TH reads from the DUT the FeatureMap attribute."
- label:
"Step 3f: Given OO.S.F02(OFFONLY) TH reads from the DUT the FeatureMap
attribute."
command: "readAttribute"
attribute: "FeatureMap"
PICS: ( !( OO.S.F02 && !OO.S.F00 && !OO.S.F01 ) )
Expand Down
8 changes: 6 additions & 2 deletions src/app/tests/suites/certification/Test_TC_OO_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ tests:
response:
value: 30

- label: "Step 7: TH writes the OnTime attribute as 'initial-On-time' to restore the original value"
- label:
"Step 7: TH writes the OnTime attribute as 'initial-On-time' to
restore the original value"
PICS: OO.S.A4001
command: "writeAttribute"
attribute: "OnTime"
Expand Down Expand Up @@ -104,7 +106,9 @@ tests:
response:
value: 30

- label: "Step 11: TH writes the OffWaitTime attribute as 'initial-Off-waittime' to restore the original value"
- label:
"Step 11: TH writes the OffWaitTime attribute as
'initial-Off-waittime' to restore the original value"
PICS: OO.S.A4002
command: "writeAttribute"
attribute: "OffWaitTime"
Expand Down

0 comments on commit 8f97116

Please sign in to comment.