Skip to content

Commit 0371c05

Browse files
TC-DGGEN-3.1: Add (#30024)
* TC-DGGEN-3.1: Add * Restyled by whitespace * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 9656351 commit 0371c05

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Copyright (c) 2023 Project CHIP Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
name: 88.2.4. [TC-DGGEN-3.1] Matter Specification 1.2 errata [DUT as Server]
16+
17+
PICS:
18+
- DGGEN.S
19+
20+
config:
21+
nodeId: 0x12344321
22+
cluster: "General Diagnostics"
23+
endpoint: 0
24+
25+
tests:
26+
- label: "Step 1: Wait for the commissioned device to be retrieved"
27+
cluster: "DelayCommands"
28+
command: "WaitForCommissionee"
29+
arguments:
30+
values:
31+
- name: "nodeId"
32+
value: nodeId
33+
34+
- label: "Step 2: TH reads AttributeList attribute"
35+
command: "readAttribute"
36+
attribute: "AttributeList"
37+
response:
38+
constraints:
39+
excludes: [0x09]

0 commit comments

Comments
 (0)