Closed
Description
Describe the bug
When running all automated tests on a DUT, TC-ACE-1.5 fails over and over again, but all other tests succeed. Commissioning window get's opened by the DUT (as seen by the logs). The error was also filed in other repos, but never found the way to CHIP.
Steps to reproduce the behavior
- Start Matter TH in Version: v2.8.1-official Sha: 1446f09
- Run TC-ACE-1.5
- Commissioning from TH1 works
- Commissioning from TH2 fails
Expected behavior
As I'm using Espressif's default implementation relying on CHIP's mDNS, I would expect the testcase to run without failure.
Log files
- DUT log: dut.txt
- TH log: TC-ACE-1_5_2023_11_30_17_18_34.zip
PICS file
No response
Screenshots
Environment
- Matther TH Version: v2.8.1-official Sha: 1446f09
- ESP-Matter: dd4f34ec98ee1d5467bcfa8f6c885d53de58e50e (release/v1.1)
- ESP-IDF: e088c3766ba440e72268b458a68f27b6e7d63986 (v5.1.1)
- connectedhomeip: 8f66f4215bc0708efc8cc73bda80620e67d8955f (v1.1.0.1)
Additional Information
I already added additional forced advertisements, but this also didn't solve the problem:
chip[DIS]: Advertise operational node 8A399D0EB828898F-4340514E6DFC35BD
I (94739) chip[DIS]: CHIP minimal mDNS configured as 'Operational device'; instance name: 8A399D0EB828898F-4340514E6DFC35BD.
I (94769) chip[DIS]: mDNS service published: _matter._tcp
I (94769) app_main: advertise operational done
But avahi
seems to know the device.
ubuntu@ubuntu:~/apps$ avahi-browse -a
+ eth0 IPv6 00DE5CDDEF0323B1 _matterc._udp local
+ eth0 IPv4 00DE5CDDEF0323B1 _matterc._udp local
+ eth0 IPv6 8A399D0EB828898F-4340514E6DFC35BD _matter._tcp local
+ eth0 IPv4 8A399D0EB828898F-4340514E6DFC35BD _matter._tcp local
+ eth0 IPv6 18A1E134D0BBD480 _matterc._udp local
+ eth0 IPv4 18A1E134D0BBD480 _matterc._udp local
Activity