Matter Test Harness Python tests failing commissioning

Hi,

I have now run most of the YAML test successfully on the Matter TH and while I usually need to restart the TH between runs it seems fairly reliable now. Before sending to certification labs I also wanted to run the IDM-10.4 (and other IDM tests) to be sure that my PICS files are correct. But whatever I do I can not get the TH to pass any of the Python tests. It always fails to commission the DUT. I can see that BLE packets are exchanged and communications are happening but it never succeeds. 

What logs can I send you to find out what is going wrong here? There are now so many different logs that I won't even try to send anything until you guide me in the right direction. I tried looking at similar open tickets here and it seems I'm not alone with this issue. But none of them really give me an idea what I should do to solve this. I'm trying to run either just the TC-IDM-10.4 or a small list of the 10.x tests but they all always fail.

idm_2025_09_25_08_51_34.log

I have attached a log from a recent test run here but I can't see what is going wrong from that.

Tiit

Parents Reply
  • Hi Amanda,

    I have the DUT setup parameters defined like this right now:

    "dut_config": {
          "discriminator": "1",
          "setup_code": "20250926",
          "pairing_mode": "ble-thread",
          "chip_timeout": null,
          "chip_use_paa_certs": false,
          "trace_log": true,
          "enhanced_setup_flow": null
        }

    Where in this structure should I add the setup payload part?

    I eventually got the Python test to run. I was working on another issue (ZAP tool forces some attributes to use External storage and that causes reading the Feature Map attribute to error out) and fixing that seems to have fixed this here too for now. I don't have time to test this theory but my gut says that if a Feature Map read fails the whole test will fail with no real description of what went wrong. 

    We can consider this closed as I'm moving on to other issues now.

    Tiit

Children
No Data
Related