Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Manual scripts-jul 26 #21337

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 20 additions & 30 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,9 @@ PICS:
id: LVL.S.M.VarRate

#Groups Cluster
- label: "Does the DUT(Server) support Group Names feature?"
id: G.S.F00

- label: "Does the DUT(Server) support NameSupport attribute?"
id: G.S.A0000

Expand Down Expand Up @@ -2129,54 +2132,41 @@ PICS:
id: MEDIAPLAYBACK.S.C0B.Rsp

- label:
"Does the DUT support the Media Playback client cluster Play command?"
id: MEDIAPLAYBACK.C.C0000

- label:
"Does the DUT support the Media Playback client cluster Pause command?"
id: MEDIAPLAYBACK.C.C0001

- label:
"Does the DUT support the Media Playback client cluster Stop command?"
id: MEDIAPLAYBACK.C.C0002
"Does the DUT support the Media Playback client cluster, Play command?"
id: MEDIAPLAYBACK.C.C00.Tx

- label:
"Does the DUT support the Media Playback client cluster StartOver
"Does the DUT support the Media Playback client cluster, Pause
command?"
id: MEDIAPLAYBACK.C.C0003
id: MEDIAPLAYBACK.C.C01.Tx

- label:
"Does the DUT support the Media Playback client cluster Previous
command?"
id: MEDIAPLAYBACK.C.C0004

- label:
"Does the DUT support the Media Playback client cluster Next command?"
id: MEDIAPLAYBACK.C.C0005
"Does the DUT support the Media Playback client cluster, Stop command?"
id: MEDIAPLAYBACK.C.C02.Tx

- label:
"Does the DUT support the Media Playback client cluster Rewind
"Does the DUT support the Media Playback client cluster, StartOver
command?"
id: MEDIAPLAYBACK.C.C0006
id: MEDIAPLAYBACK.C.C03.Tx

- label:
"Does the DUT support the Media Playback client cluster FastForward
"Does the DUT support the Media Playback client cluster, Previous
command?"
id: MEDIAPLAYBACK.C.C0007
id: MEDIAPLAYBACK.C.C04.Tx

- label:
"Does the DUT support the Media Playback client cluster SkipForward
command?"
id: MEDIAPLAYBACK.C.C0008
"Does the DUT support the Media Playback client cluster, Next command?"
id: MEDIAPLAYBACK.C.C05.Tx

- label:
"Does the DUT support the Media Playback client cluster SkipBackward
"Does the DUT support the Media Playback client cluster, SkipForward
command?"
id: MEDIAPLAYBACK.C.C0009
id: MEDIAPLAYBACK.C.C08.Tx

- label:
"Does the DUT support the Media Playback client cluster Seek command?"
id: MEDIAPLAYBACK.C.C000B
"Does the DUT support the Media Playback client cluster, SkipBackward
command?"
id: MEDIAPLAYBACK.C.C09.Tx

- label:
"Does the DUT support the Audio Output server cluster OutputList
Expand Down
481 changes: 258 additions & 223 deletions src/app/tests/suites/certification/Test_TC_ACL_2_10.yaml

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions src/app/tests/suites/certification/Test_TC_BINFO_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,22 @@
# 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: 11.2.2. [TC-BINFO-2.2] Events [DUT-Server]
name: "[TC-BINFO-2.2] Events [DUT - Server]"

config:
nodeId: 0x12344321
cluster: "Basic"
endpoint: 0

tests:
- label: "Reboot the DUT TH reads the StartUp event from DUT"
PICS: BINFO.S.E00
verification: |
On Raspi platform the event is triggered with this command, Pls use equivalent command on the respective DUT


./chip-tool basic read-event start-up 1 0

Verify on the TH Log:
On TH verify that StartUp event has priority set as CRITICAL and software verision

[1657193007.841105][5422:5427] CHIP:DMG: ],
[1657193007.841137][5422:5427] CHIP:DMG:
Expand All @@ -46,15 +48,18 @@ tests:
- label: "TH subscribes to the ShutDown event on the DUT. Shutdown DUT."
PICS: BINFO.S.E01
verification: |
On Raspi platform the event is triggered with this command, Pls use equivalent command on the respective DUT


1. Launch chip-tool into interactive mode with the command

./chip-tool interactive start
basic subscribe-event shut-down 20 100 1 0

2. Turn down the DUT and run below command in interactive mode shell
2. run below command in interactive mode shell and Turn down the DUT


Verify on the TH Log:
On TH verify that StartUp event has priority set as CRITICAL

CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0028 Event 0x0000_0001
[1653050528.900202][119367:119372] CHIP:TOO: Event number: 5
Expand Down
184 changes: 0 additions & 184 deletions src/app/tests/suites/certification/Test_TC_CGEN_2_3.yaml

This file was deleted.

Loading