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
28 stars 15 forks source link

[Bug] Do not attempt ble-wifi commissioning (CNET-4.1, CNET-4.9) #174

Closed joonhaengHeo closed 5 months ago

joonhaengHeo commented 5 months ago

Describe the bug

Run. CNET-4.1 or CNET-4.9

  1. Show below Popup message Precondition: Commission TH and DUT on WiFi network ./chip-tool pairing ble-wifi 0x12344321

But, onnetwork commissioning operates before this popup message.

Steps to reproduce the behavior

Run. CNET-4.1 or CNET-4.9

  1. Show below Popup message Precondition: Commission TH and DUT on WiFi network ./chip-tool pairing ble-wifi 0x12344321

Expected behavior

No response

Log files

CNET-4.1 TH Log : TH-CNET-4.1.log

DUT Log : CNET-4.1.txt

CNET-4.9 TH Log : TH-CNET-4.9.log

DUT Log : CNET-4.9.txt

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response

antonio-amjr commented 5 months ago

Hi @joonhaengHeo, If I understood correctly, Test Harness is trying a "on network" commissioning by configuration.

Did you try to modify the project's config file for the desired pairing mode? You may do this by editing the project config in the TH UI as the example below:

Screenshot 2024-02-08 at 16 20 40

Let me know if I got the problem right and the results after the configuration.

joonhaengHeo commented 5 months ago

@antonio-amjr Thanks. BLE commissioning is running after changing this value.

antonio-amjr commented 5 months ago

That's great @joonhaengHeo. No problem.

I'm closing this up then.