-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Test_TC_BDX_2_2.yaml
92 lines (76 loc) · 3.48 KB
/
Test_TC_BDX_2_2.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
# 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: 32.2.2. [TC-BDX-2.2] Synchronous File Receiving
PICS:
- MCORE.BDX.SynchronousReceiver
config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0
tests:
- label: "Preconditions"
verification: |
This test can be verified using TC-SU-2.3 from the OTA Software Update section. Pls refer to OTA section for steps.
This test can also be verified with DUT sending a ReceiveInit message to the TH.
disabled: true
- label:
"TH sends the first Block message to DUT + DUT sends a BlockAck
message back to TH."
verification: |
Out of scope for V1.0
disabled: true
- label:
"DUT sends the first BlockQuery message to TH + TH sends a Block
message back to DUT."
PICS: MCORE.BDX.Driver
verification: |
1. Verify that the OTA Reference Provider App logs show BlockQuery message from DUT
[1636410922974] [59203:62969336] CHIP: [ATM] Handling received BDX Message
[1636410922974] [59203:62969336] CHIP: [ATM] BlockQuery
[1636410922974] [59203:62969336] CHIP: [ATM] Block Counter: 0
disabled: true
- label:
"DUT sends further BlockQuery messages to TH + TH sends further Block
messages back to DUT."
PICS: MCORE.BDX.Driver
verification: |
1. Verify from the OTA Reference Provider App logs that the BlockQuery messages are sent in ascending and sequential block counter order.
[1636410924476] [59203:62969337] CHIP: [ATM] BlockQuery
[1636410924476] [59203:62969337] CHIP: [ATM] Block Counter: 1
[1636410925977] [59203:62969337] CHIP: [ATM] BlockQuery
[1636410925977] [59203:62969337] CHIP: [ATM] Block Counter: 2
and so on
disabled: true
- label:
"DUT sends a BlockQueryWithSkip message to TH + TH sends a Block
message back to DUT"
PICS: MCORE.BDX.BlockQueryWithSkip
verification: |
Out of scope for V1.0
disabled: true
- label:
"TH sends a BlockEOF message to DUT + DUT sends a BlockAckEOF message
back to TH"
verification: |
1. Verify that the OTA Reference App logs show BlockAckEOF message from DUT
[1636410936486] [59203:62969336] CHIP: [ATM] Handling received BDX Message
[1636410936486] [59203:62969336] CHIP: [ATM] BlockAckEOF
[1636410936486] [59203:62969336] CHIP: [ATM] Block Counter: 8
Compare with
[1636410935209] [59203:62969337] CHIP: [ATM] Sending BDX Message
[1636410935209] [59203:62969337] CHIP: [ATM] BlockEOF
[1636410935209] [59203:62969337] CHIP: [ATM] Block Counter: 8
[1636410935209] [59203:62969337] CHIP: [ATM] Data Length: 147
disabled: true