Skip to content

Commit

Permalink
Fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Aug 17, 2022
1 parent 11b307f commit 03dc3a1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/tests/suites/TestGroupDemoConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ config:
endpoint: 0

tests:

- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
Expand Down Expand Up @@ -59,14 +58,12 @@ tests:
EpochStartTime2: 1110002,
}


- label: "Write Group Keys (endpoint 0)"
cluster: "Group Key Management"
command: "writeAttribute"
attribute: "GroupKeyMap"
arguments:
value:
[{ FabricIndex: 0, GroupId: 0x0101, GroupKeySetID: 0x01a1 }]
value: [{ FabricIndex: 0, GroupId: 0x0101, GroupKeySetID: 0x01a1 }]

- label: "Add Group 1 (endpoint 1)"
cluster: "Groups"
Expand All @@ -85,7 +82,6 @@ tests:
- name: "groupId"
value: 0x0101


- label: "Install ACLs"
cluster: "Access Control"
command: "writeAttribute"
Expand All @@ -109,4 +105,3 @@ tests:
Targets: null,
},
]

0 comments on commit 03dc3a1

Please sign in to comment.