blob: fff47a11874325f32656ff60ab73e575303384cd [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.4.7. [TC-SC-4.7] Commissioner Discovery - Commissionee
PICS:
- MCORE.ROLE.COMMISSIONEE
config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0
tests:
- label:
"TH is instructed to start advertising its presence as a commissioner
in the network"
verification: |
Launch Example TV app
disabled: true
- label: "Scan for DNS-SD commissioner advertisements from TH"
PICS:
MCORE.SC.DEVTYPE_SUBTYPE && MCORE.SC.VP_KEY && MCORE.SC.DT_KEY &&
MCORE.SC.DN_KEY &&
verification: |
if DUT supports discovering UDC, DUT should be able to scan the TV-app
Execute the below command on TH terminal.
~$ avahi-browse -rt _matterd._udp
Verify on the TH Log:
=+ wlp3s0 IPv4 DD200C20D25AE5F7 _matterd._udp local
+ enp2s0 IPv6 DD200C20D25AE5F7 _matterd._udp local
+ enp2s0 IPv4 DD200C20D25AE5F7 _matterd._udp local
= wlp3s0 IPv4 DD200C20D25AE5F7 _matterd._udp local
hostname = [matter-7.local]
address = [192.168.1.105]
port = [33333]
txt = ["DN=Living Room TV" "DT=35" "VP=123+456"]
= enp2s0 IPv6 DD200C20D25AE5F7 _matterd._udp local
hostname = [matter-7.local]
address = [2002:c0a8:40c:10:e65f:1ff:fe0f:2877]
port = [33333]
txt = ["DN=Living Room TV" "DT=35" "VP=123+456"]
= enp2s0 IPv4 DD200C20D25AE5F7 _matterd._udp local
hostname = [matter-7.local]
address = [192.168.1.105]
port = [33333]
txt = ["DN=Living Room TV" "DT=35" "VP=123+456"]
+ enp2s0 IPv6 20B078AC19BDBCF9 _matterd._udp local
= enp2s0 IPv6 20B078AC19BDBCF9 _matterd._udp local
hostname = [E45F010F28770000.local]
address = [fe80::e65f:1ff:fe0f:2877]
port = [5550]
txt = ["T=1" "SAI=300" "SII=5000" "DN=Test TV" "DT=35" "VP=65521+32769"]
disabled: true
- label:
"By any means, TH adds an unknown key/value pair in the advertised
data(e.g. AB=12345)"
verification: |
avahi-publish-service --subtype=_V123._sub._matterd._udp DD200C20D25AE5F7 _matterd._udp 33333 VP=123+456 DT=35 DN="Living Room TV" INVALID_TEST=40
disabled: true
- label: "Scan for DNS-SD commissioner advertisements from TH"
verification: |
ubuntu@ubuntu:~$ avahi-browse -rt _matterd._udp
Verify on the TH Log:
+ eth0 IPv6 DD200C20D25AE5F7 _matterd._udp local
+ eth0 IPv4 DD200C20D25AE5F7 _matterd._udp local
= eth0 IPv6 DD200C20D25AE5F7 _matterd._udp local
hostname = [ubuntu-4.local]
address = [fd00::9e]
port = [11111]
txt = ["INVALID_TEST=40" "CM=2" "D=840"]
= eth0 IPv4 DD200C20D25AE5F7 _matterc._udp local
hostname = [ubuntu-4.local]
address = [192.168.1.47]
port = [11111]
txt = ["INVALID_TEST=40" "CM=2" "D=840"]
disabled: true