blob: b81143cb4ce8514eab88a21bf845a5d1266070e5 [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.
# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default
name:
3.3.10. [TC-DD-3.10] Commissioning Flow - Custom Flow = 2 [DUT -
Commissioner]
PICS:
- MCORE.ROLE.COMMISSIONER
- MCORE.DD.CUSTOM_COMM_FLOW
config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0
tests:
- label: "Note"
verification: |
Chip-tool command used below are an example to verify the DUT as commissioner test cases. For certification test, we expect DUT should have a capability or way to run the equivalent command.
disabled: true
- label: "Preconditions"
verification: |
1 -DUT is on an operational network and has accurate date, time, timezone, regulatory, and fabric information available.
disabled: true
- label:
"DUT receives Onboarding Payload from the TH with Custom Flow field
set to value 2"
verification: |
1. Parse the TH Onboarding Payload using the DUT commissioner
Example using chip-tool as a DUT:
$ ./chip-tool payload parse-setup-payload MT:-24J029Q00KA0648G00
[1657230447725] [31078:16782733] CHIP: [SPL] Parsing base38Representation: MT:-24J029Q00KA0648G00
[1657230447725] [31078:16782733] CHIP: [SPL] Version: 0
[1657230447725] [31078:16782733] CHIP: [SPL] VendorID: 65521
[1657230447725] [31078:16782733] CHIP: [SPL] ProductID: 32769
[1657230447725] [31078:16782733] CHIP: [SPL] Custom flow: 2 (CUSTOM)
[1657230447725] [31078:16782733] CHIP: [SPL] Capabilities: 0x04 (On IP network)
[1657230447725] [31078:16782733] CHIP: [SPL] Discriminator: 3840
[1657230447725] [31078:16782733] CHIP: [SPL] Passcode: 20202021
2. Verify that the Commissioning Flow is set to 2 (Custom Flow)
disabled: true
- label:
"User follows any TH-specific steps to place the TH Commissionee into
commissioning mode."
verification: |
1. Launch the TH commissionee all-clusters-app:
$ ./chip-all-clusters-app
Verifiy on TH as commissionee side:
[1660152729.426029][648909:648909] CHIP:-: ==== Onboarding payload for Custom Commissioning Flows ====
[1660152729.426076][648909:648909] CHIP:SVR: SetupQRCode: [MT:-24J029Q00KA0648G00]
[1660152729.426103][648909:648909] CHIP:SVR: Copy/paste the below URL in a browser to see the QR Code:
[1660152729.426123][648909:648909] CHIP:SVR: https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A-24J029Q00KA0648G00
disabled: true
- label: "DUT commissions TH"
verification: |
$ ./chip-tool pairing code 1 MT:-24J029Q00KA0648G00
Verify in DUT as commissioner side:
CHIP:CTL: Received CommissioningComplete response
Verifiy on TH as commissionee side:
[1660154248.898113][7143:7143] CHIP:SVR: Commissioning completed successfully
disabled: true