Describe the bug
While executing TC-DD-1.2 Test case via CLI, the test case fails at Step 1 with below error.
SDK container is not running. Cannot generate manual pairing code.
User input : 34970112332
Test Step Error: Error occurred during execution of test case TC-DD-1.2. object of type 'int' has no len()
However, when the same test case is executed using the TH UI, it passes successfully without any errors.
Steps to reproduce the behavior
- Run the below command in the Raspi which is having the latest 1.5.1MVE Image (TH Version: v2.14.1-beta2+spring2026
Sha: 28fa53b)
./certification-tool/cli/scripts/th_cli_install.sh
- Navigated to the CLI scripts directory:
cd certification-tool/cli/scripts
- Create the project:
th-cli project create --name <Project name>
- th-cli run-tests -t TC_DD_1_2 --title <title_name> --project-id
- Open the Second terminal of the raspi and Run the DUT sample app:
./chip-all-clusters-app
Expected behavior
TC-DD-1.2 Test case should pass without any errors.
Log files
CLI Logs:
TC_DD_1_2.log
TH UI logs:
UI_Test_Run_2026_03_06_16_08_36.log
PICS file
No response
Screenshots
CLI Execution:
TH UI Execution:
Environment
TH Version: v2.14.1-beta2+spring2026
Sha: 28fa53b
Additional Information
No response
Describe the bug
While executing TC-DD-1.2 Test case via CLI, the test case fails at Step 1 with below error.
However, when the same test case is executed using the TH UI, it passes successfully without any errors.
Steps to reproduce the behavior
Sha: 28fa53b)
./certification-tool/cli/scripts/th_cli_install.shcd certification-tool/cli/scriptsth-cli project create --name <Project name>./chip-all-clusters-appExpected behavior
TC-DD-1.2 Test case should pass without any errors.
Log files
CLI Logs:
TC_DD_1_2.log
TH UI logs:
UI_Test_Run_2026_03_06_16_08_36.log
PICS file
No response
Screenshots
CLI Execution:
TH UI Execution:
Environment
TH Version: v2.14.1-beta2+spring2026
Sha: 28fa53b
Additional Information
No response