blob: 848905e8c87951b44c782715ed78ca571551315f [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: 50.2.3. [TC-DGTHREAD-2.3] Attributes-Rx [DUT- Server]
PICS:
- DGTHREAD.S
config:
nodeId: 0x12344321
cluster: "Thread Network Diagnostics"
endpoint: 0
tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "TH reads RxTotalCount attribute value from DUT"
PICS: DGTHREAD.S.A0027
command: "readAttribute"
attribute: "RxTotalCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxUnicastCount attribute value from DUT"
PICS: DGTHREAD.S.A0028
command: "readAttribute"
attribute: "RxUnicastCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxBroadcastCount attribute value from DUT"
PICS: DGTHREAD.S.A0029
command: "readAttribute"
attribute: "RxBroadcastCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxDataCount attribute value from DUT"
PICS: DGTHREAD.S.A002a
command: "readAttribute"
attribute: "RxDataCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxDataPollCount attribute value from DUT"
PICS: DGTHREAD.S.A002b
command: "readAttribute"
attribute: "RxDataPollCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxBeaconCount attribute value from DUT"
PICS: DGTHREAD.S.A002c
command: "readAttribute"
attribute: "RxBeaconCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxBeaconRequestCount attribute value from DUT"
PICS: DGTHREAD.S.A002d
command: "readAttribute"
attribute: "RxBeaconRequestCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxOtherCount attribute value from DUT"
PICS: DGTHREAD.S.A002e
command: "readAttribute"
attribute: "RxOtherCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxAddressFilteredCount attribute value from DUT"
PICS: DGTHREAD.S.A002f
command: "readAttribute"
attribute: "RxAddressFilteredCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxDestAddrFilteredCount attribute value from DUT"
PICS: DGTHREAD.S.A0030
command: "readAttribute"
attribute: "RxDestAddrFilteredCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxDuplicatedCount attribute value from DUT"
PICS: DGTHREAD.S.A0031
command: "readAttribute"
attribute: "RxDuplicatedCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxErrNoFrameCount attribute value from DUT"
PICS: DGTHREAD.S.A0032
command: "readAttribute"
attribute: "RxErrNoFrameCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxErrUnknownNeighborCount attribute value from DUT"
PICS: DGTHREAD.S.A0033
command: "readAttribute"
attribute: "RxErrUnknownNeighborCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
#Issue #18335
- label:
"TH reads RxErrInvalidScrAddrCount attribute value from DUT and verify
data type"
verification: |
./chip-tool threadnetworkdiagnostics read rx-err-invalid-src-addr-count 54 0
Verify "RxErrInvalidSrcAddrCount response" on the TH(Chip-tool) Log:
[1649826953.827775][3727:3732] CHIP:DMG: SuppressResponse = true,
[1649826953.827837][3727:3732] CHIP:DMG: InteractionModelRevision = 1
[1649826953.827894][3727:3732] CHIP:DMG: }
[1649826953.828197][3727:3732] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0035 Attribute 0x0000_0034 DataVersion: 2758196590
[1649826953.828346][3727:3732] CHIP:TOO: RxErrInvalidSrcAddrCount: 0
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_USER_PROMPT && DGTHREAD.S.A0034
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"
- label: "TH reads RxErrSecCount attribute value from DUT"
PICS: DGTHREAD.S.A0035
command: "readAttribute"
attribute: "RxErrSecCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxErrFcsCount attribute value from DUT"
PICS: DGTHREAD.S.A0036
command: "readAttribute"
attribute: "RxErrFcsCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF
- label: "TH reads RxErrOtherCount attribute value from DUT"
PICS: DGTHREAD.S.A0037
command: "readAttribute"
attribute: "RxErrOtherCount"
response:
constraints:
type: int32u
minValue: 0x0
maxValue: 0xFFFFFFFF