Skip to content

Commit 1fd34aa

Browse files
Updates Test_TC_CONTENTLAUNCHER_10_4.yaml
1 parent 7312102 commit 1fd34aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/tests/suites/certification/Test_TC_CONTENTLAUNCHER_10_4.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ tests:
3636
verification: |
3737
Product maker needs to provide instructions for how to trigger the command on the DUT. For comparison, the DUT behavior for this test step can be simulated using chip-tool (when DUT is a commissioner) or tv-casting-app (when DUT is a commissionee):
3838
39-
./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 0, "value": "exampleString", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 '{"playbackPosition": 0, "textTrack": {"languageCode": "", "audioOutputIndex": 0}}' 1 1
39+
./chip-tool contentlauncher launch-content '{"parameterList": [ { "type": 0, "value": "exampleString", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 --Data '{"playbackPosition": 0, "textTrack": {"languageCode": "", "audioOutputIndex": 0}}'
4040
4141
42-
./chip-tv-casting-app contentlauncher launch-content '{"parameterList": [ { "type": 0, "value": "exampleString", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 '{"playbackPosition": 0, "textTrack": {"languageCode": "", "audioOutputIndex": 0}}' 1 1
42+
./chip-tv-casting-app contentlauncher launch-content '{"parameterList": [ { "type": 0, "value": "exampleString", "externalIDList": [ { "name": "exampleName", "value": "exampleValue"} ] } ] }' 0 1 1 --Data '{"playbackPosition": 0, "textTrack": {"languageCode": "", "audioOutputIndex": 0}}'
4343
4444
4545
On TH (tv-app), Verify the launch content command is received successfully.

0 commit comments

Comments
 (0)