Skip to content

Commit

Permalink
TC-OO-2.7 - Updates labels and step numbers (project-chip#35051)
Browse files Browse the repository at this point in the history
* Updates labels and step numbers

* Restyled by prettier-yaml

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
raul-marquez-csa and restyled-commits authored Sep 12, 2024
1 parent d9a6cbe commit 0adae42
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/app/tests/suites/certification/Test_TC_OO_2_7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ tests:
}

- label:
"Step 0b: TH binds GroupIds 0x0001 and 0x0002 with GroupKeySetID
0x01a1 in the GroupKeyMap attribute list on GroupKeyManagement cluster
by writing the GroupKeyMap attribute with two entries as follows:"
"Step 0b: TH binds GroupIds 0x0001 with GroupKeySetID 0x01a1 in the
GroupKeyMap attribute list on GroupKeyManagement cluster by writing
the GroupKeyMap attribute with two entries as follows:"
cluster: "Group Key Management"
endpoint: 0
command: "writeAttribute"
Expand Down Expand Up @@ -142,7 +142,7 @@ tests:
value: 0

- label:
"Step 2b: TH sends a StoreScene command to DUT with the GroupID field
"Step 3: TH sends a StoreScene command to DUT with the GroupID field
set to G1 and the SceneID field set to 0x01."
command: "StoreScene"
arguments:
Expand All @@ -160,7 +160,7 @@ tests:
- name: "SceneID"
value: 0x01

- label: "Step 3: TH sends a AddScene command to DUT with the GroupID field
- label: "Step 4: TH sends a AddScene command to DUT with the GroupID field
set to G1, the SceneID field set to 0x02, the TransitionTime field set
to 1000 (1s) and the ExtensionFieldSets set to: '[{ ClusterID: 0x0006,
AttributeValueList: [{ AttributeID: 0x0000, ValueUnsigned8: 0x01 }]}]'
Expand Down Expand Up @@ -195,7 +195,7 @@ tests:
value: 0x02

- label:
"Step 4a: TH sends a RecallScene command to DUT with the GroupID field
"Step 5a: TH sends a RecallScene command to DUT with the GroupID field
set to G1 and the SceneID field set to 0x02."
PICS: S.S.C05.Rsp
command: "RecallScene"
Expand All @@ -214,15 +214,15 @@ tests:
- name: "ms"
value: 2000

- label: "Step 4b: after a few seconds, TH reads OnOff attribute from DUT"
- label: "Step 5b: after a few seconds, TH reads OnOff attribute from DUT"
cluster: "On/Off"
command: "readAttribute"
attribute: "OnOff"
response:
value: 1

- label:
"Step 5a: TH sends a RecallScene command to DUT with the GroupID field
"Step 6a: TH sends a RecallScene command to DUT with the GroupID field
set to G1 and the SceneID field set to 0x01."
PICS: S.S.C05.Rsp
command: "RecallScene"
Expand All @@ -241,7 +241,7 @@ tests:
- name: "ms"
value: 1000

- label: "Step 5b: after a few seconds, TH reads OnOff attribute from DUT"
- label: "Step 6b: after a few seconds, TH reads OnOff attribute from DUT"
cluster: "On/Off"
command: "readAttribute"
attribute: "OnOff"
Expand Down

0 comments on commit 0adae42

Please sign in to comment.