-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Test_TC_CADMIN_1_23.yaml
110 lines (99 loc) · 3.37 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
102
103
104
105
106
107
108
109
110
# 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]
PICS:
- CADMIN.S
- CADMIN.S.F00
config:
nodeId: 0x12344321
timeout: 200
endpoint: 0
discriminator:
type: int16u
defaultValue: 3840
tests:
- label: "Precondition: Reset Devices to factory defaults"
PICS: PICS_SDK_CI_ONLY
cluster: "SystemCommands"
command: "FactoryReset"
- label: "Precondition: Reset Devices to factory defaults"
verification: |
Not implemented in YAML
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
arguments:
values:
- name: "message"
value: "Factory Reset the DUT and enter 'y' after success"
- name: "expectedValue"
value: "y"
- label: "TH_CR1 starts a commissioning process with DUT_CE"
cluster: "DelayCommands"
command: "WaitForCommissionee"
PICS: CADMIN.S.C01.Rsp
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "TH_CR1 opens a commissioning window on DUT_CE"
cluster: "AdministratorCommissioning"
command: "OpenBasicCommissioningWindow"
PICS: CADMIN.S.C01.Rsp
timedInteractionTimeoutMs: 10000
arguments:
values:
- name: "CommissioningTimeout"
value: 180
- name: "discriminator"
value: discriminator
- label: "Wait for commissioning Window to 181 seconds"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 181000
- label:
"TH_CR1 reads the window status to verify the DUT_CE window is closed"
cluster: "AdministratorCommissioning"
command: "readAttribute"
attribute: "WindowStatus"
PICS: CADMIN.S.A0000
response:
value: 0
- label: "TH_CR1 opens a commissioning window on DUT_CE"
cluster: "AdministratorCommissioning"
command: "OpenBasicCommissioningWindow"
PICS: CADMIN.S.C01.Rsp
timedInteractionTimeoutMs: 10000
arguments:
values:
- name: "CommissioningTimeout"
value: 179
- name: "discriminator"
value: discriminator
response:
error: INVALID_COMMAND
- label:
"TH_CR1 reads the window status to verify the DUT_CE window is closed"
cluster: "AdministratorCommissioning"
command: "readAttribute"
attribute: "WindowStatus"
PICS: CADMIN.S.A0000
response:
value: 0