project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.34k stars 1.97k forks source link

[YAML] Need Yaml support for commissioning TH and DUT over BLE to setup the Wi-Fi and Thread. #30196

Open manjunath-grl opened 10 months ago

manjunath-grl commented 10 months ago

Feature description

Summary: Need YAML support to commission the TH and DUT for Thread and via BLE to set up the Wi-Fi. If support is already available, please let us know.

Effected test-cases:

TC-CNET-4.1
TC-CNET-4.2
TC-CNET-4.4
TC-CNET-4.5
TC-CNET-4.6
TC-CNET-4.9
TC-CNET-4.10
TC-CNET-4.11
TC-CNET-4.15
TC-CNET-4.16
TC-CNET-4.22

Command used for manual pairing over BLE setup the wifi: ./chip-tool pairing ble-wifi 0x12344321 <SSID> <Credentials> 20202021 3842

Command used for manual pairing the thread setup: ./chip-tool pairing ble-thread 0x12344321 <operationalDataset> 20202021 3842

Platform

other

Platform Version(s)

No response

Anything else?

Test-plan screenshot: image

LamboHZX commented 7 months ago

should we edit the yaml script to define PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID? or any parameter sould we insert in TH while running this case?