forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest_TC_CADMIN_1_23.yaml
101 lines (80 loc) · 4.48 KB
/
Test_TC_CADMIN_1_23.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Copyright (c) 2021 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default
name:
24.1.23. [TC-CADMIN-1.23] Open commissioning window - durations max and
max+1 [BCM] [DUT - Commissionee]
config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0
tests:
- label: "Reset DUT_CR1 to factory defaults"
verification: |
disabled: true
- label: "DUT_CR1 starts a commissioning process with TH_CE"
verification: |
"1. Provision the device using your DUT controller(use above instructions) ,
"
disabled: true
- label:
"DUT_CR1 sends command to TH_CE to open a commissioning window with a
commissioning timeout of PIXIT.CADMIN.CwDuration seconds using ECM"
PICS: CADMIN.C.C0000
verification: |
On your DUT controller chip tool, open commissioning window
Below is the example when using chip tool as controller
./chip-tool pairing open-commissioning-window 1 1 300 1000 3840
[1635925713.966786][9695:9700] CHIP:SC: Success status report received. Session was established
[1635925713.966839][9695:9700] CHIP:IN: New secure session created for device 0x0000000000000001, key 33!!
[1635925713.966938][9695:9700] CHIP:CTL: OpenCommissioningWindow for device ID 1
[1635925713.972601][9695:9700] CHIP:DMG: ICR moving to [AddingComm]
[1635925713.972705][9695:9700] CHIP:DMG: ICR moving to [AddedComma]
[1635925713.972815][9695:9700] CHIP:IN: Prepared encrypted message 0xaaaad9b57d10 to 0x0000000000000001 of type 0x8 and protocolId (0, 1) on exchange 31056i with MessageCounter:0.
[1635925713.972876][9695:9700] CHIP:IN: Sending encrypted msg 0xaaaad9b57d10 with MessageCounter:0 to 0x0000000000000001 at monotonic time: 13449459 msec
[1635925713.973006][9695:9700] CHIP:DMG: ICR moving to [CommandSen]
[1635925713.973061][9695:9700] CHIP:CTL: Manual pairing code: [36217551633]
[1635925713.973120][9695:9700] CHIP:CTL: SetupQRCode: [MT:00000CQM00A7F87ZT10]
[1635925713.973178][9695:9700] CHIP:EM: Sending Standalone Ack for MessageCounter:1964916542 on exchange 31055i
disabled: true
- label: "THn starts a commissioning process with TH_CE"
verification: |
On nth controller using chip tool connect to the accessory
./chip-tool pairing code 1 36217551633
Verify you got below message
Device commissioning completed with success
disabled: true
- label:
"Repeat Step 3 an additional (SupportedFabrics - 2) times to reach an
index value of SupportedFabrics on TH_CE"
PICS: CADMIN.C.C0000
verification: |
Repeat Step 3 an additional (SupportedFabrics - 2) times to reach an index value of SupportedFabrics on TH_CE
disabled: true
- label: "THn starts a commissioning process with TH_CE"
verification: |
On nth controller using chip tool connect to the accessory
./chip-tool pairing code 1 36217551633
CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0008
[1649756670.402192][10794:10799] CHIP:CTL: Device returned status 5 on receiving the NOC
[1649756670.402221][10794:10799] CHIP:CTL: Add NOC failed with error ../../third_party/connectedhomeip/src/controller/CHIPDeviceController.cpp:1110: CHIP Error 0x0000000B: No memory
[1649756670.402241][10794:10799] CHIP:CTL: Failed to perform commissioning step 12
disabled: true
- label: "DUT_CR1 sends command to TH_CE to remove FabricIndex1"
PICS: OPCREDS.C.C0a.Tx
verification: |
on your DUT controller, remove fabric with FabricIndex=1
Below is the example when using chip tool as controller
./chip-tool operationalcredentials remove-fabric 1 1 0
disabled: true