[TC-CONTENTLAUNCHER-10.8, 10.10] Testcases failing in master TOT with recently merged Script PR.

Author: Pavan-saivCreated Sep 15, 2026Updated Sep 18, 2026
Labelsbugneeds triage

Description:

While validating the testcases with the recently merged PR: https://github.com/project-chip/connectedhomeip/pull/73594 for streaming-casting-speakers, the TC-CONTENTLAUNCHER-10.8, 10.10Testcases failing in master TOT.

1. TC-CONTENTLAUNCHER-10.8: Testcase failing at step 2 with the following reason:


  • Test test_TC_CONTENTLAUNCHER_10_8 failed for the following reason:
  • Details=ReplicationInfo must be populated when replication succeeds, Extras=None
  • File "/home/ubuntu/master/connectedhomeip/src/python_testing/TC_CONTENTLAUNCHER_10_8.py", line 108, in test_TC_CONTENTLAUNCHER_10_8
  • asserts.assert_true(response.replicationInfo not in (None, NullValue),
  • Test step:
  • 2: TH sends a ContentReplicationRequest command to the DUT while the Movable attribute is TRUE.   Expected outcome: DUT replies with a ContentReplicationResponse with Status=Success and a populated ReplicationInfo field containing at least one of LaunchUrlInfo or ContentAppInfo (non-null).
  • Endpoint: 1

and also step 0 gives a USER PROMPT Ensure the DUT is powered on and playing content that CAN be replicated (Movable is TRUE), then press Enter. (press enter to confirm) do we need any Hardware for this step.?

2. TC-CONTENTLAUNCHER-10.10: testcase fails at step 4 with the following reason:

  • Test test_TC_CONTENTLAUNCHER_10_10 failed for the following reason:
  • Details=PlayPreset with unknown PresetID 255 should not have succeeded, Extras=None
  • File "/home/ubuntu/master/connectedhomeip/src/python_testing/TC_CONTENTLAUNCHER_10_10.py", line 116, in test_TC_CONTENTLAUNCHER_10_10
  • asserts.fail(f"PlayPreset with unknown PresetID {unknown_preset_id} should not have succeeded")
  • Test step:
  • 4: TH sends a PlayPreset command to the DUT with a value that is not in the list from step 1. Expected outcome: DUT replies with a PresetNotFound (10) failure response and continues playing the content from step 3.
  • Endpoint: 1

GitHub hash of the SDK that was being used

700b2b99928f1095c6d37489c89be7e87557b65d

Anything else?

Reference logs: streaming-casting-speakers logs.zip

Reference Python script PR:

Source: project-chip/connectedhomeip