Skip to content

Commit

Permalink
Fix typos in src/app/tests/suites/certifications/[Test_TC_MEDIAPLAYBA…
Browse files Browse the repository at this point in the history
…CK_6_*|Test_TC_ACE_1_1].yaml (#24750)

* Fix typos in src/app/tests/suites/certifications/[Test_TC_MEDIAPLAYBACK_6_*|Test_TC_ACE_1_1].yaml

* Update generated tests content
  • Loading branch information
vivien-apple authored and pull[bot] committed Jul 25, 2023
1 parent 3186cea commit 9808412
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_ACE_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tests:
cluster: "Operational Credentials"
command: "readAttribute"
attribute: "NOCs"
returns:
response:
constraints:
minLength: 1
maxLength: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests:
PICS: MEDIAPLAYBACK.S.C01.Rsp
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Reads the CurrentState attribute"
Expand All @@ -53,7 +53,7 @@ tests:
command: "Play"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media state is playing"
Expand All @@ -79,7 +79,7 @@ tests:
command: "Pause"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media is paused"
Expand All @@ -105,7 +105,7 @@ tests:
command: "Stop"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media is stoped"
Expand Down
22 changes: 11 additions & 11 deletions src/app/tests/suites/certification/Test_TC_MEDIAPLAYBACK_6_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests:
PICS: MEDIAPLAYBACK.S.C01.Rsp
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Reads the CurrentState attribute from the DUT"
Expand All @@ -53,7 +53,7 @@ tests:
command: "Play"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media state is playing"
Expand All @@ -79,7 +79,7 @@ tests:
command: "StartOver"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media is started over"
Expand All @@ -98,7 +98,7 @@ tests:
command: "Next"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the next media item in the queue has been loaded"
Expand All @@ -118,7 +118,7 @@ tests:
command: "Previous"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the previous media item in the queue has been loaded"
Expand All @@ -139,11 +139,11 @@ tests:
command: "SkipForward"
arguments:
values:
- name: "deltaPositionMilliseconds"
- name: "DeltaPositionMilliseconds"
value: 10000
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media has skipped forward 10 seconds"
Expand All @@ -163,18 +163,18 @@ tests:
command: "readAttribute"
attribute: "SampledPosition"
response:
value: 10000
value: { "Position": 10000 }

- label: "Sends a SkipBackward command to the DUT "
PICS: MEDIAPLAYBACK.S.C09.Rsp
command: "SkipBackward"
arguments:
values:
- name: "deltaPositionMilliseconds"
- name: "DeltaPositionMilliseconds"
value: 10000
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Verify that the media has skipped backward 10 seconds"
Expand All @@ -194,4 +194,4 @@ tests:
command: "readAttribute"
attribute: "SampledPosition"
response:
value: 0
value: { "Position": 0 }
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests:
PICS: MEDIAPLAYBACK.S.C01.Rsp
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Sends a Seek command"
Expand All @@ -53,7 +53,7 @@ tests:
value: 10000
response:
values:
- name: "status"
- name: "Status"
value: 0

- label:
Expand All @@ -75,7 +75,7 @@ tests:
command: "readAttribute"
attribute: "SampledPosition"
response:
value: 10000
value: { "Position": 10000 }

#Issue 10988
- label: "TH reads the StartTime attribute from the DUT"
Expand Down Expand Up @@ -173,7 +173,7 @@ tests:
value: SeekPosition
response:
values:
- name: "status"
- name: "Status"
value: 5

- label: "verify that the media has not moved."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests:
PICS: MEDIAPLAYBACK.S.C01.Rsp
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "Reads the CurrentState attribute from the DUT"
Expand All @@ -60,7 +60,7 @@ tests:
command: "FastForward"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "verify that the media state is playing"
Expand Down Expand Up @@ -93,7 +93,7 @@ tests:
command: "FastForward"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "verify that the media play speed has increased."
Expand All @@ -119,7 +119,7 @@ tests:
command: "Rewind"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label: "verify that the media play has reversed direction."
Expand Down Expand Up @@ -162,7 +162,7 @@ tests:
command: "Rewind"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label:
Expand Down Expand Up @@ -202,7 +202,7 @@ tests:
command: "Play"
response:
values:
- name: "status"
- name: "Status"
value: 0

- label:
Expand Down
8 changes: 8 additions & 0 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9808412

Please sign in to comment.