project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
27 stars 13 forks source link

[Bug] Ble-thread Pairing is failed in automated yaml script. #250

Closed Saravana-kr22 closed 2 months ago

Saravana-kr22 commented 2 months ago

Describe the bug

Ble-Thread pairing is failed with the below error during the commissioning

Test Suite Error: Error occurred during setup of test suite.FirstChipToolSuite. Border router does not start properly for nrfconnect/otbr:9185bda

Steps to reproduce the behavior

  1. Edit the pairing_mode to ble-thread in Project config.
  2. Select the test case from SDK yaml Tests
  3. Advertise the DUT
  4. Run the test-case

Log files

dgthread.log

PICS file

Thread Network Diagnostics Cluster Test Plan.zip

Screenshots

image

Environment

TH version :2.10+spring2024 Sha: 5f28838

Note: Python and Manual way of ble-thread pairing is working fine only issue with yaml automated script

hiltonlima commented 2 months ago

I believe we resolved this issue by rewriting the RCP board firmware. Could you please confirm that you no longer have the problem?

Saravana-kr22 commented 2 months ago

@hiltonlima yes, this issue is resolved.