Skip to content

Commit

Permalink
Semi-Automated TC-BINFO-2.2
Browse files Browse the repository at this point in the history
Auto generated file
  • Loading branch information
manjunath-grl committed Jul 13, 2023
1 parent 5ef0876 commit 65a6267
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 119 deletions.
3 changes: 2 additions & 1 deletion examples/darwin-framework-tool/templates/tests/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"Test_TC_ACFREMON_2_1",
"Disabled due to HEPAFilterMonitoring not being enabled in Matter.framework for now:",
"Test_TC_HEPAFREMON_1_1",
"Test_TC_HEPAFREMON_2_1"
"Test_TC_HEPAFREMON_2_1",
"Test_TC_BINFO_2_2"
]
}
184 changes: 124 additions & 60 deletions src/app/tests/suites/certification/Test_TC_BINFO_2_2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 Project CHIP Authors
# Copyright (c) 2023 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.
Expand All @@ -11,7 +11,6 @@
# 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: 12.2.2. [TC-BINFO-2.2] Events [DUT-Server]

Expand All @@ -24,64 +23,129 @@ config:
endpoint: 0

tests:
- label: "Precondition"
verification: |
1. DUT and TH can interact with each other. DUT is commissioned.
2. BINFO.S.A0009(SoftwareVersion) - TH reads SoftwareVersion attribute from DUT and saves for future use
3. BINFO.S.A0011(Reachable) - TH reads Reachable attribute from DUT and saves for future use(should be true)
4. BINFO.S.E00(StartUp) | BINFO.S.E01(ShutDown) || BINFO.S.E02(Leave) - TH subscribes to StartUp, ShutDown, Leave and ReachableChanged events on the Basic Information cluster of the DUT
5. TH saves the FabricIndex during commissioning
disabled: true

- label: "Reboot the DUT TH reads the StartUp event from DUT"
- label: "Step 0: Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label:
"TH reads SoftwareVersion attribute from DUT and saves for future use"
PICS: BINFO.S.A0009
command: "readAttribute"
attribute: "SoftwareVersion"
response:
saveAs: SoftwareVersionValue

- label:
"Precondition: TH reads Reachable attribute from DUT and saves for
future use"
PICS: BINFO.S.A0011
command: "readAttribute"
attribute: "Reachable"
response:
value: true
saveAs: ReachableValue

- label: "Precondition: TH saves the FabricIndex during commissioning"
command: "readAttribute"
cluster: "Operational Credentials"
attribute: "CurrentFabricIndex"
response:
saveAs: CurrentFabricIndexValue

- label:
"Precondition: TH subscribes to StartUp event on the Basic Information
cluster of the DUT"
PICS: BINFO.S.E00
verification: |
To verify StartUp event follow the below commands , Pls use equivalent command on the respective DUT
./chip-tool basicinformation read-event start-up 1 0
Verify that StartUp event priority is set is to CRITICAL and software verision is 1 on TH(chip-tool)
[1657193007.841105][5422:5427] CHIP:DMG: ],
[1657193007.841137][5422:5427] CHIP:DMG:
[1657193007.841162][5422:5427] CHIP:DMG: SuppressResponse = true,
[1657193007.841186][5422:5427] CHIP:DMG: InteractionModelRevision = 1
[1657193007.841209][5422:5427] CHIP:DMG: }
[1657193007.841358][5422:5427] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0028 Event 0x0000_0000
[1657193007.841387][5422:5427] CHIP:TOO: Event number: 0
[1657193007.841409][5422:5427] CHIP:TOO: Priority: Critical
[1657193007.841431][5422:5427] CHIP:TOO: Timestamp: 132146
[1657193007.841531][5422:5427] CHIP:TOO: StartUp: {
[1657193007.841570][5422:5427] CHIP:TOO: SoftwareVersion: 1
[1657193007.841594][5422:5427] CHIP:TOO: }
[1657193007.841691][5422:5427] CHIP:EM: Sending Standalone Ack for MessageCounter:91740387 on exchange 60385i
disabled: true

- label: "TH subscribes to the ShutDown event on the DUT. Shutdown DUT."
command: "subscribeEvent"
event: "StartUp"
minInterval: 30
maxInterval: 100
response:
constraints:
type: StartUp

- label:
"Precondition: TH subscribes to ShutDown event on the Basic
Information cluster of the DUT"
PICS: BINFO.S.E01
command: "subscribeEvent"
event: "ShutDown"
minInterval: 30
maxInterval: 100

- label:
"Precondition: TH subscribes to Leave event on the Basic Information
cluster of the DUT"
PICS: BINFO.S.E02
command: "subscribeEvent"
event: "Leave"
minInterval: 30
maxInterval: 100

### DUT TurnOff
- label: "Step 1: Reboot the DUT"
PICS: PICS_SDK_CI_ONLY
cluster: "SystemCommands"
endpoint: 0
command: "Reboot"

- label: "Step 1: Reboot target device(DUT)"
verification: |
To verify ShutDown event follow the below commands , Pls use equivalent command on the respective DUT
1. Launch chip-tool into interactive mode with the command
./chip-tool interactive start
2. run below command in interactive mode shell and Turn down the DUT
basicinformation subscribe-event shut-down 20 100 1 0
verify that ShutDown event as priority set has CRITICAL on TH(Chip-tool)
CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0028 Event 0x0000_0001
[1653050528.900202][119367:119372] CHIP:TOO: Event number: 5
[1653050528.900295][119367:119372] CHIP:TOO: Priority: Critical
[1653050528.900386][119367:119372] CHIP:TOO: Timestamp: 289436805
[1653050528.900630][119367:119372] CHIP:TOO: ShutDown: {
[1653050528.900732][119367:119372] CHIP:TOO: }
[1653050528.900892][119367:119372] CHIP:DMG: Refresh LivenessCheckTime for 28000 milliseconds with SubscriptionId = 0x27408c83 Peer = 01:0000000000000001
disabled: true
Did the DUT successfully reboot?
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP
arguments:
values:
- name: "message"
value: "Please reboot the DUT and enter 'y' after DUT starts"
- name: "expectedValue"
value: "y"

- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId

- label: "Step 2: TH reads the StartUp event from DUT"
PICS: BINFO.S.E00
command: "readEvent"
event: "StartUp"
response:
value: { SoftwareVersion: SoftwareVersionValue }

- label: "Verify that StartUp event has priority set as CRITICAL"
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP && BINFO.S.E00
arguments:
values:
- name: "message"
value: "If priority set as CRITICAL enter 'y' for success"
- name: "expectedValue"
value: "y"

- label:
"Step 3: TH subscribes to the ShutDown event on the DUT. Shutdown DUT."
PICS: BINFO.S.E01
command: "subscribeEvent"
event: "ShutDown"
minInterval: 30
maxInterval: 100

- label: "Verify that ShutDown event has priority set as CRITICAL"
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP && BINFO.S.E01
arguments:
values:
- name: "message"
value: "If priority set as CRITICAL enter 'y' for success"
- name: "expectedValue"
value: "y"
1 change: 1 addition & 0 deletions src/app/tests/suites/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Test_TC_OPCREDS_1_2",
"Test_TC_BINFO_1_1",
"Test_TC_BINFO_2_1",
"Test_TC_BINFO_2_2",
"Test_TC_CNET_1_3"
],
"Descriptor": ["Test_TC_DESC_1_1"],
Expand Down
1 change: 0 additions & 1 deletion src/app/tests/suites/manualTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"Test_TC_DA_1_6"
],
"DeviceManagement": [
"Test_TC_BINFO_2_2",
"Test_TC_BINFO_2_4",
"Test_TC_OPCREDS_3_1",
"Test_TC_OPCREDS_3_2",
Expand Down
Loading

0 comments on commit 65a6267

Please sign in to comment.