blob: 4206dbdaaacab91ff326b923ce7674f2b7e04109 [file] [log] [blame]
# 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.
name: 24.1.3. [TC-CADMIN-1.3] Node Behavior using ECM [DUT - Commissionee]
PICS:
- CADMIN.S
config:
nodeId: 0x12344321
timeout: 300
nodeId2:
type: node_id
defaultValue: 0xCAFE
endpoint: 0
discriminator:
type: int16u
defaultValue: 3840
payload:
type: char_string
defaultValue: "MT:-24J0AFN00KA0648G00" # This value needs to be generated automatically
PakeVerifier:
type: octet_string
defaultValue:
"\xb9\x61\x70\xaa\xe8\x03\x34\x68\x84\x72\x4f\xe9\xa3\xb2\x87\xc3\x03\x30\xc2\xa6\x60\x37\x5d\x17\xbb\x20\x5a\x8c\xf1\xae\xcb\x35\x04\x57\xf8\xab\x79\xee\x25\x3a\xb6\xa8\xe4\x6b\xb0\x9e\x54\x3a\xe4\x22\x73\x6d\xe5\x01\xe3\xdb\x37\xd4\x41\xfe\x34\x49\x20\xd0\x95\x48\xe4\xc1\x82\x40\x63\x0c\x4f\xf4\x91\x3c\x53\x51\x38\x39\xb7\xc0\x7f\xcc\x06\x27\xa1\xb8\x57\x3a\x14\x9f\xcd\x1f\xa4\x66\xcf"
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
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "TH_CR1 opens a commissioning window on DUT_CE"
cluster: "AdministratorCommissioning"
command: "OpenCommissioningWindow"
PICS: CADMIN.S.C00.Rsp
timedInteractionTimeoutMs: 10000
arguments:
values:
- name: "CommissioningTimeout"
value: 180
- name: "PAKEVerifier"
value: PakeVerifier
- name: "discriminator"
value: discriminator
- name: "iterations"
value: 1000
- name: "salt"
value: "SPAKE2P Key Salt"
- label:
"TH_CR1 writes the Basic Information Clusters NodeLabel mandatory
attribute of DUT_CE"
command: "writeAttribute"
PICS: BINFO.S.A0005
cluster: "Basic"
attribute: "NodeLabel"
arguments:
value: "chiptest"
- label:
"TH_CR1 reads the Basic Information Clusters NodeLabel mandatory
attribute of DUT_CE"
command: "readAttribute"
PICS: BINFO.S.A0005
cluster: "Basic"
attribute: "NodeLabel"
response:
value: "chiptest"
constraints:
type: char_string
maxLength: 32
- label: "TH_CR2 starts a commissioning process with DUT_CE"
identity: "beta"
PICS: CADMIN.S
cluster: "CommissionerCommands"
command: "PairWithCode"
arguments:
values:
- name: "nodeId"
value: nodeId2
- name: "payload"
value: payload
- label: "DUT_CE is commissioned by TH_CR2 on Fabric ID2"
PICS: CADMIN.S
identity: "beta"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId2
- label: "TH_CR1 reads the list of Fabrics on DUT_CE"
command: "readAttribute"
cluster: "Operational Credentials"
attribute: "Fabrics"
PICS: OPCREDS.S.A0001
response:
value: [{ Label: "", nodeId: nodeId }]
constraints:
type: list
- label: "TH_CR2 reads the list of Fabrics on DUT_CE"
identity: "beta"
command: "readAttribute"
cluster: "Operational Credentials"
attribute: "Fabrics"
PICS: OPCREDS.S.A0001
fabricFiltered: false
response:
value: [{ Label: "", nodeId: nodeId }, { Label: "", nodeId: nodeId2 }]
constraints:
type: list
- label:
"TH_CR1 writes the Basic Information Clusters NodeLabel mandatory
attribute of DUT_CE"
command: "writeAttribute"
cluster: "Basic"
PICS: OPCREDS.S.A0001
attribute: "NodeLabel"
arguments:
value: "chiptest1"
- label:
"TH_CR1 reads the Basic Information Clusters NodeLabel mandatory
attribute of DUT_CE"
command: "readAttribute"
cluster: "Basic"
PICS: OPCREDS.S.A0001
attribute: "NodeLabel"
response:
value: "chiptest1"
constraints:
type: char_string
maxLength: 32
- label:
"TH_CR2 writes the Basic Information Clusters NodeLabel mandatory
attribute of DUT_CE"
identity: "beta"
command: "writeAttribute"
cluster: "Basic"
PICS: OPCREDS.S.A0001
attribute: "NodeLabel"
arguments:
value: "chiptest2"
- label:
"TH_CR2 reads the Basic Information Clusters NodeLabel mandatory
attribute of DUT_CE"
identity: "beta"
command: "readAttribute"
cluster: "Basic"
PICS: OPCREDS.S.A0001
attribute: "NodeLabel"
response:
value: "chiptest2"
constraints:
type: char_string
maxLength: 32
- label: "TH_CR2 opens a commissioning window on DUT_CE using ECM"
cluster: "AdministratorCommissioning"
command: "OpenCommissioningWindow"
PICS: CADMIN.S.C00.Rsp
identity: "beta"
timedInteractionTimeoutMs: 10000
arguments:
values:
- name: "CommissioningTimeout"
value: 180
- name: "PAKEVerifier"
value: PakeVerifier
- name: "discriminator"
value: discriminator
- name: "iterations"
value: 1000
- name: "salt"
value: "SPAKE2P Key Salt"
- label: "Wait for the commissioning window in step 13 to timeout"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 180000
- label:
"TH_CR2 reads the window status to verify the DUT_CE window is closed"
cluster: "AdministratorCommissioning"
PICS: CADMIN.S.A0000
command: "readAttribute"
attribute: "WindowStatus"
response:
value: 0
- label: "TH_CR2 opens a commissioning window on DUT_CE using ECM"
cluster: "AdministratorCommissioning"
command: "OpenCommissioningWindow"
PICS: CADMIN.S.C00.Rsp
identity: "beta"
timedInteractionTimeoutMs: 10000
arguments:
values:
- name: "CommissioningTimeout"
value: 180
- name: "PAKEVerifier"
value: PakeVerifier
- name: "discriminator"
value: discriminator
- name: "iterations"
value: 1000
- name: "salt"
value: "SPAKE2P Key Salt"
- label:
"TH_CR1 starts a commissioning process with DUT_CE before the timeout
from step 12"
cluster: "CommissionerCommands"
command: "PairWithCode"
PICS: CADMIN.S
arguments:
values:
- name: "nodeId"
value: nodeId
- name: "payload"
value: payload
response:
error: FAILURE